()
| 540 | |
| 541 | #[test] |
| 542 | fn strict_should_error_comment_line() { |
| 543 | assert_has_strict_error(r#"[ "test" ] // 1"#, "Comments are not allowed on line 1 column 12"); |
| 544 | } |
| 545 | |
| 546 | #[test] |
| 547 | fn strict_should_error_comment_block() { |
nothing calls this directly
no test coverage detected
searching dependent graphs…