Skip to content

Commit 911091f

Browse files
committed
Fix authorized keys test
1 parent 53521c2 commit 911091f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/syntax_test.authorized_keys

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ command="dump /home",no-pty,no-port-forwarding ssh-rsa AAAAC3N51R== example.net
4242
# ^^^^^^^^^^ source.shell.embedded
4343
# ^^^^ meta.function-call.identifier.shell meta.command.shell variable.function.shell
4444
# ^^^^^^ meta.function-call.arguments.shell
45-
# ^^^^^ meta.string.shell string.unquoted.shell
45+
# ^^^^^ meta.string string.unquoted.shell
4646
# ^ string.quoted.double.authorized_keys punctuation.definition.string.end.authorized_keys
4747
# ^ punctuation.separator.sequence.ssh.common
4848
# ^^^^^^ keyword.other.authorized_keys
@@ -117,8 +117,8 @@ tunnel="0",command="sh /etc/netstart tun0" ssh-rsa AAAAB3N21S== [email protected]
117117
# ^^^^^^^^^^^^^^^^^^^^^ source.shell.embedded
118118
# ^^ meta.function-call.identifier.shell meta.command.shell variable.function.shell
119119
# ^^^^^^^^^^^^^^^^^^^ meta.function-call.arguments.shell
120-
# ^^^^^^^^^^^^^ meta.string.shell string.unquoted.shell
121-
# ^^^^ meta.string.shell string.unquoted.shell
120+
# ^^^^^^^^^^^^^ meta.string string.unquoted.shell
121+
# ^^^^ meta.string string.unquoted.shell
122122
# ^ string.quoted.double.authorized_keys punctuation.definition.string.end.authorized_keys
123123
# ^^^^^^^ support.type.key-type
124124
# ^^^^^^^^^^^^ variable.other.fingerprint.ssh.common

0 commit comments

Comments
 (0)