Skip to content

Commit

Permalink
[#6] Fix broken backtick test
Browse files Browse the repository at this point in the history
  • Loading branch information
nk9 committed Feb 3, 2023
1 parent bdf6042 commit d444823
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Syntax/tests/syntax_test_just.assignment.just
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,14 @@ export JUST_LOG := (log + "ing" + `grep loop /etc/networks | cut -f2`)
# <- keyword.declaration.variable.just
# ^^^^^^^^ variable.other.just
# ^^ keyword.operator.assignment.just
# ^ meta.group.just punctuation.section.group.begin.just
# ^^^ meta.group.just variable.other.just
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.group.just
# ^ punctuation.section.group.begin.just
# ^^^ variable.other.just
# ^ keyword.operator.arithmetic.just
# ^^^^^ string.quoted.double.just
# ^ keyword.operator.arithmetic.just
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ string.quoted.backtick.just
# ^ meta.group.just punctuation.section.group.end.just
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.string.shell meta.interpolation.command.shell
# ^ punctuation.section.group.end.just

# comment
# <- comment.line.number-sign.just punctuation.definition.comment.begin.just
Expand Down

0 comments on commit d444823

Please sign in to comment.