public void MalformedSingleQuoteTokenShouldBeTreatedAsAStringToken() { // 0 1 2 3 4 // 012345678901234567890123456789012345678901 rawCodeString = "print 'hello this should be a string token"; Helper(rawCodeString, 6, 41); }