Add DOS script launcher line (to be ignored)

diff --git a/MagickWand/tests/Makefile b/MagickWand/tests/Makefile
index 8aba510..08a58df 100644
--- a/MagickWand/tests/Makefile
+++ b/MagickWand/tests/Makefile
@@ -21,3 +21,4 @@
 
 test_script:
 	script-token-test.sh | diff script-token-test-results.txt -
+
diff --git a/MagickWand/tests/script-token-test-data.txt b/MagickWand/tests/script-token-test-data.txt
index cdea6d1..6e1e035 100644
--- a/MagickWand/tests/script-token-test-data.txt
+++ b/MagickWand/tests/script-token-test-data.txt
@@ -1,6 +1,10 @@
 #
 # Comments should be ignored
 #
+: Shell script launcher comment ignore
+@ DOS script launcher comment ignore
+
+
 -option key  # end of line comment
 +reset   imbedded#hash   # <- not a comment, thought this is
 
diff --git a/MagickWand/tests/script-token-test-results.txt b/MagickWand/tests/script-token-test-results.txt
index 834eeb1..4d0de96 100644
--- a/MagickWand/tests/script-token-test-results.txt
+++ b/MagickWand/tests/script-token-test-results.txt
@@ -1,42 +1,42 @@
-l=4, c=1, stat=0, len=64, token="-option"
-l=4, c=9, stat=0, len=64, token="key"
-l=5, c=1, stat=0, len=64, token="+reset"
-l=5, c=10, stat=0, len=64, token="imbedded#hash"
-l=7, c=1, stat=0, len=64, token="This is a single token"
-l=9, c=1, stat=0, len=64, token="And\ 'even '"more "complex"
-l=11, c=1, stat=0, len=64, token="Backslash chars \n are returned as is"
-l=12, c=1, stat=0, len=64, token="regardless \n of quoting"
-l=14, c=1, stat=0, len=64, token="Single quote escapes"
-l=15, c=2, stat=0, len=64, token="'"
-l=15, c=4, stat=0, len=64, token="'"
-l=17, c=1, stat=0, len=64, token="Double quote escapes"
-l=18, c=2, stat=0, len=64, token="""
-l=18, c=4, stat=0, len=64, token="""
-l=18, c=8, stat=0, len=64, token="""
-l=20, c=1, stat=0, len=64, token="Back slash escapes"
-l=21, c=2, stat=0, len=64, token="\"
-l=21, c=4, stat=0, len=64, token="\"
-l=21, c=9, stat=0, len=64, token="\"
-l=23, c=1, stat=0, len=64, token="Space Character Escapes"
-l=24, c=2, stat=0, len=64, token=" "
-l=24, c=4, stat=0, len=64, token=" "
-l=24, c=9, stat=0, len=64, token=" "
-l=26, c=1, stat=0, len=64, token="Empty Tokens, using quotes"
-l=27, c=1, stat=0, len=64, token=""
-l=27, c=6, stat=0, len=64, token=""
-l=29, c=1, stat=0, len=64, token="Unicode charcaters are handled"
-l=30, c=1, stat=0, len=64, token="° ' ²  ³  ` ´"
-l=31, c=1, stat=0, len=64, token="µ  ¶  ⨀  ⨁  ⨂"
-l=32, c=1, stat=0, len=64, token="测试用的汉字"
-l=34, c=1, stat=0, len=64, token="Line____Continuation"
-l=37, c=1, stat=0, len=64, token="Double_Quoted_Line____Continuation"
-l=40, c=1, stat=0, len=64, token="Single_Quoted_Line__\
+l=8, c=1, stat=0, len=64, token="-option"
+l=8, c=9, stat=0, len=64, token="key"
+l=9, c=1, stat=0, len=64, token="+reset"
+l=9, c=10, stat=0, len=64, token="imbedded#hash"
+l=11, c=1, stat=0, len=64, token="This is a single token"
+l=13, c=1, stat=0, len=64, token="And\ 'even '"more "complex"
+l=15, c=1, stat=0, len=64, token="Backslash chars \n are returned as is"
+l=16, c=1, stat=0, len=64, token="regardless \n of quoting"
+l=18, c=1, stat=0, len=64, token="Single quote escapes"
+l=19, c=2, stat=0, len=64, token="'"
+l=19, c=4, stat=0, len=64, token="'"
+l=21, c=1, stat=0, len=64, token="Double quote escapes"
+l=22, c=2, stat=0, len=64, token="""
+l=22, c=4, stat=0, len=64, token="""
+l=22, c=8, stat=0, len=64, token="""
+l=24, c=1, stat=0, len=64, token="Back slash escapes"
+l=25, c=2, stat=0, len=64, token="\"
+l=25, c=4, stat=0, len=64, token="\"
+l=25, c=9, stat=0, len=64, token="\"
+l=27, c=1, stat=0, len=64, token="Space Character Escapes"
+l=28, c=2, stat=0, len=64, token=" "
+l=28, c=4, stat=0, len=64, token=" "
+l=28, c=9, stat=0, len=64, token=" "
+l=30, c=1, stat=0, len=64, token="Empty Tokens, using quotes"
+l=31, c=1, stat=0, len=64, token=""
+l=31, c=6, stat=0, len=64, token=""
+l=33, c=1, stat=0, len=64, token="Unicode charcaters are handled"
+l=34, c=1, stat=0, len=64, token="° ' ²  ³  ` ´"
+l=35, c=1, stat=0, len=64, token="µ  ¶  ⨀  ⨁  ⨂"
+l=36, c=1, stat=0, len=64, token="测试用的汉字"
+l=38, c=1, stat=0, len=64, token="Line____Continuation"
+l=41, c=1, stat=0, len=64, token="Double_Quoted_Line____Continuation"
+l=44, c=1, stat=0, len=64, token="Single_Quoted_Line__\
 __Continuation_NOT!"
-l=43, c=1, stat=0, len=64, token="double_quoted_newlines__
+l=47, c=1, stat=0, len=64, token="double_quoted_newlines__
 __are_part_of_token"
-l=46, c=1, stat=0, len=64, token="single_quoted_newlines__
+l=50, c=1, stat=0, len=64, token="single_quoted_newlines__
 __are_part_of_token"
-l=49, c=1, stat=0, len=64, token="Last Token before EOF"
+l=53, c=1, stat=0, len=64, token="Last Token before EOF"
 EOF Found
 
 l=1, c=1, stat=0, len=64, token="Next token bad quotes"