prism/tests/languages/vbnet/issue2781.test

25 lines
565 B
Plaintext

bob = new SqlCommand("Select * from test Where Code=@Code");
bob = new SqlCommand("Select * from test Where Code=Code");
----------------------------------------------------
[
"bob ",
["operator", "="],
["keyword", "new"],
" SqlCommand",
["punctuation", "("],
["string", "\"Select * from test Where Code=@Code\""],
["punctuation", ")"],
["punctuation", ";"],
"\r\nbob ",
["operator", "="],
["keyword", "new"],
" SqlCommand",
["punctuation", "("],
["string", "\"Select * from test Where Code=Code\""],
["punctuation", ")"],
["punctuation", ";"]
]