Skip to content

Commit

Permalink
Add minimized test for broken push/pop logic, issue #51
Browse files Browse the repository at this point in the history
  • Loading branch information
trishume committed Apr 4, 2017
1 parent 82906d9 commit d02f7dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testdata/minimized_tests/syntax_test_aspmini.asa
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
' SYNTAX TEST "Packages/ASP/ASP.sublime-syntax"
Class TestClass2 Public Sub TestSub () Response.Write("wow") End Sub End Class
'^^^^^ meta.class.asp meta.class.identifier.asp storage.type.asp
' ^ meta.class.asp meta.class.body.asp meta.class.asp meta.class.identifier.asp
' ^ meta.class.asp meta.class.body.asp

0 comments on commit d02f7dd

Please sign in to comment.