()
| 545 | |
| 546 | #[test] |
| 547 | fn strict_should_error_comment_block() { |
| 548 | assert_has_strict_error(r#"[ "test" /* 1 */]"#, "Comments are not allowed on line 1 column 10"); |
| 549 | } |
| 550 | |
| 551 | #[test] |
| 552 | fn strict_should_error_word_property() { |
nothing calls this directly
no test coverage detected
searching dependent graphs…