MCPcopy Create free account
hub / github.com/dprint/jsonc-parser / strict_should_error_comment_block

Function strict_should_error_comment_block

src/parse_to_ast.rs:547–549  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 1

assert_has_strict_errorFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…