summaryrefslogtreecommitdiff
path: root/tests/examplefiles/qbasic_example
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2014-04-24 11:13:26 -0400
committerTim Hatch <tim@timhatch.com>2014-04-24 11:13:26 -0400
commit7ccc925f891ea2f9f56695175dddecde53f8a9e2 (patch)
tree9466eba7ef4fd61b988e140a89237aef56760547 /tests/examplefiles/qbasic_example
parent0f5b7f40d2668c040d9096410cfc99f3a76d4433 (diff)
parenta0a813093bfbd262e4131a8327cb57d15e244f0e (diff)
downloadpygments-7ccc925f891ea2f9f56695175dddecde53f8a9e2.tar.gz
Merged in pathawks/pygments (pull request #182)
Conflicts: pygments/lexers/_mapping.py
Diffstat (limited to 'tests/examplefiles/qbasic_example')
-rw-r--r--tests/examplefiles/qbasic_example2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/examplefiles/qbasic_example b/tests/examplefiles/qbasic_example
new file mode 100644
index 00000000..a5055175
--- /dev/null
+++ b/tests/examplefiles/qbasic_example
@@ -0,0 +1,2 @@
+10 print "hi"
+20 goto 10