Skip to content

Commit

Permalink
Add missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamiltoncx committed Jan 31, 2017
1 parent d91a154 commit 9d92975
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ protected void writeParserTestFile(String parserName,
"\n" +
"public class Test {\n" +
" public static void Main(string[] args) {\n" +
" string inputData = File.ReadAllText(args[0], Encoding.UTF8);
" string inputData = File.ReadAllText(args[0], Encoding.UTF8);\n" +
" CodePointCharStream input = new CodePointCharStream(inputData);\n" +
" input.name = args[0];\n" +
" <lexerName> lex = new <lexerName>(input);\n" +
Expand Down

0 comments on commit 9d92975

Please sign in to comment.