diff --git a/src/protocol/tests/parser_binding.rs b/src/protocol/tests/parser_binding.rs new file mode 100644 index 0000000000000000000000000000000000000000..1966fd911cb64d8c4c1134750b55725115a94f58 --- /dev/null +++ b/src/protocol/tests/parser_binding.rs @@ -0,0 +1,6 @@ +use super::*; + +#[test] +fn test_correct_binding() { + Tester::new_single_source_expect_ok("binding bare", ) +} \ No newline at end of file