difftastic/vendored_parsers/tree-sitter-hack/test/cases/literals/double-quoted-strings.hack

10 lines
71 B
Plaintext

"";
" ";
"\"";
"\\";
"\?";
"'";
" \'\\\?'";
b" \'\\\?'";
re" \'\\\?'";