diff --git a/test/tm-cases/syntax_color_opts.html b/test/tm-cases/syntax_color_opts.html index 5c928c2d..a44e49d2 100644 --- a/test/tm-cases/syntax_color_opts.html +++ b/test/tm-cases/syntax_color_opts.html @@ -1,6 +1,6 @@

Here is some sample code:

-
import sys
+
import sys
 def main(argv=sys.argv):
     logging.basicConfig()
     log.info('hi')
@@ -8,7 +8,7 @@
 
 

and:

-
use 'zlib'
+
use 'zlib'
 sub main(argv)
     puts 'hi'
 end