summaryrefslogtreecommitdiff
path: root/tests/snippets/powershell/test_remoting_session.txt
blob: 9d9db603d2c5aa120017499098f585c0088ea4e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---input---
[Long-NetBIOS-Hostname]: PS C:\> Get-ChildItem

---tokens---
'['           Punctuation
'Long'        Name
'-NetBIOS'    Name
'-Hostname'   Name
']'           Punctuation
':'           Error
' '           Text
'PS '         Name.Builtin
'C'           Name
':'           Error
'\\'          Punctuation
'>'           Punctuation
' '           Text
'Get-ChildItem' Name.Builtin
'\n'          Text