Skip to content

Commit

Permalink
Fix syntax tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Aug 31, 2024
1 parent e60e410 commit 2a67e4f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions tests/syntax_test_scope.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
# ^^^^^^^^^^^^^^^^^^^ meta.string.html string.quoted.double.html
# ^ punctuation.definition.tag.end.html
class extends parentClass
# <- source.coffee.embedded.html meta.class.coffee storage.type.class.coffee
#^^^^^^^^^^^^^^^^^^^^^^^^ source.coffee.embedded.html meta.class.coffee
#^^^^ storage.type.class.coffee
# ^^^^^^^ keyword.control.inheritance.coffee
# <- source.coffee.embedded.html meta.class.coffee keyword.declaration.class.coffee
#^^^^^^^^^^^^^^^^^^^^^^^^ source.coffee.embedded.html meta.class
#^^^^ keyword.declaration.class.coffee
# ^^^^^^^ storage.modifier.extends.coffee
# ^^^^^^^^^^^ entity.other.inherited-class.coffee
constructor: ->
return
Expand All @@ -34,10 +34,10 @@
# ^^^^^^^^ meta.string.html string.quoted.double.html
# ^ punctuation.definition.tag.end.html
class extends parentClass
# <- source.coffee.embedded.html meta.class.coffee storage.type.class.coffee
#^^^^^^^^^^^^^^^^^^^^^^^^ source.coffee.embedded.html meta.class.coffee
#^^^^ storage.type.class.coffee
# ^^^^^^^ keyword.control.inheritance.coffee
# <- source.coffee.embedded.html meta.class.coffee keyword.declaration.class.coffee
#^^^^^^^^^^^^^^^^^^^^^^^^ source.coffee.embedded.html meta.class
#^^^^ keyword.declaration.class.coffee
# ^^^^^^^ storage.modifier.extends.coffee
# ^^^^^^^^^^^ entity.other.inherited-class.coffee
constructor: ->
return
Expand Down
8 changes: 4 additions & 4 deletions tests/syntax_test_scope.litcoffee
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# Indendet Code Block

class App.Router extends Snakeskin.Router
| <- meta.embedded.litcoffee source.coffee.embedded.markdown meta.class.coffee storage.type.class.coffee
|^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.embedded.litcoffee source.coffee.embedded.markdown meta.class.coffee
| <- meta.embedded.litcoffee source.coffee.embedded.markdown meta.class.coffee keyword.declaration.class.coffee
|^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.embedded.litcoffee source.coffee.embedded.markdown meta.class
index: () =>
@ensureData((data) =>
@_parseDates(data, ['trending', 'new', 'top'])
Expand All @@ -18,8 +18,8 @@
- In list items
class App.Router extends Snakeskin.Router
| <- markup.list.unnumbered.markdown meta.embedded.litcoffee source.coffee.embedded.markdown meta.class.coffee storage.type.class.coffee
|^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ markup.list.unnumbered.markdown meta.embedded.litcoffee source.coffee.embedded.markdown meta.class.coffee
| <- markup.list.unnumbered.markdown meta.embedded.litcoffee source.coffee.embedded.markdown meta.class.coffee keyword.declaration.class.coffee
|^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ markup.list.unnumbered.markdown meta.embedded.litcoffee source.coffee.embedded.markdown meta.class
index: () =>
@ensureData((data) =>
@_parseDates(data, ['trending', 'new', 'top'])
Expand Down

0 comments on commit 2a67e4f

Please sign in to comment.