summaryrefslogtreecommitdiffstats
path: root/tests/snippets/powershell/test_session.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/snippets/powershell/test_session.txt')
-rw-r--r--tests/snippets/powershell/test_session.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/snippets/powershell/test_session.txt b/tests/snippets/powershell/test_session.txt
new file mode 100644
index 0000000..7fe8b42
--- /dev/null
+++ b/tests/snippets/powershell/test_session.txt
@@ -0,0 +1,28 @@
+---input---
+PS C:\> Get-ChildItem
+
+PS> Get-ChildItem
+
+PS > Get-ChildItem
+
+---tokens---
+'PS ' Name.Builtin
+'C' Name
+':' Punctuation
+'\\' Punctuation
+'>' Punctuation
+' ' Text
+'Get-ChildItem' Name.Builtin
+'\n\n' Text
+
+'PS' Name
+'>' Punctuation
+' ' Text
+'Get-ChildItem' Name.Builtin
+'\n\n' Text
+
+'PS ' Name.Builtin
+'>' Punctuation
+' ' Text
+'Get-ChildItem' Name.Builtin
+'\n' Text