Files @ 3bb9f89521a1
Branch filter:

Location: CSY/reowolf/src/protocol/tests/parser_binding.rs - annotation

3bb9f89521a1 110 B application/rls-services+xml Show Source Show as Raw Download as Raw
MH
Prepare for binding expression inference
1
2
3
4
5
6
use super::*;

#[test]
fn test_correct_binding() {
    Tester::new_single_source_expect_ok("binding bare", )
}