PowerShell/test/powershell/Language/Parser
Ilya 8daef18769 Fix here string '$a=@"n'"'n"@' (#2913)
The tokenizer did multiple scans the script line to get tokens. Before
the fix the tokenizer on the first pass examined that string as
double-quoted (Expandable) string not as here string, figured the
average double quotation mark as a closing and then starting with the
single quotation mark continued processing the line as single-quoted
string which had no closing single quotation mark.
The fix is to stop the first scan pass after getting '=' (assume
assignment-expression '$a=' for next pass).
2016-12-23 09:34:09 -08:00
..
Ast.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
AutomaticVariables.Tests.ps1 Skip $input type test per #1563 2016-07-28 18:02:24 -07:00
BNotOperator.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Conversions.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
ExtensibleCompletion.Tests.ps1 spelling fixes: test 2016-08-25 17:49:32 +00:00
LanguageAndParser.TestFollowup.Tests.ps1 Fix variable assignment to not overwrite readonly/constant variables (#2400) 2016-10-03 15:25:52 -07:00
MethodInvocation.Tests.ps1 Rename IsCore to IsCoreCLR 2016-07-26 11:54:08 -07:00
ParameterBinding.Tests.ps1 Language tests now run clean on Linux 2016-07-20 12:10:12 -07:00
Parser.Tests.ps1 Fix here string '$a=@"n'"'n"@' (#2913) 2016-12-23 09:34:09 -08:00
Parsing.Tests.ps1 fixed indentation 2016-09-02 13:28:20 -07:00
RedirectionOperator.Tests.ps1 Make Out-Null fast (#2629) 2016-11-11 11:29:53 -08:00
TypeAccelerator.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
UsingAssembly.Tests.ps1 Language tests now run clean on Linux 2016-07-20 12:10:12 -07:00
UsingNamespace.Tests.ps1 Add tests to language part 5 (#2218) 2016-09-16 16:54:48 -07:00