
string1		"/*\"hi there\"*/"
string2		"/*hi \"there*/"
string3		"/*hi there\"*/"
string4		"\"/*hi there*/\""
string5		"hi\
		/*\*/ /**/\
		there"
string8		'"'"/*hi there*/"
comment2		"*/"
comment3		
comment4		
comment5		
comment6		 a  b  c  d 
comment7		/ a / b / c / d /
comment9		'"'  hi there  '"'
comment8		'\"'  hi there  '\"'
comment11		'\''"' /*\*/ hi there /**/ '\'''"
comment13		'\123'"' /*\*/ hi there /**/ '\123'"
comment13		'\x23'"' /*\*/ hi there /**/ '\x23'"

1. /"hello world */"				ok   /"hello world */"
2. 				ok	
3.  hello 					ok	hello
4. / 	ok	/ 
5.  hello */					ok	hello */
6.  hello						ok	hello
7. 						ok	
8. 						ok	
9. abc = "/* fake comment"; 		ok	abc = "STRING";
10.   "				ok	"
