id summary reporter owner description type status milestone component version severity resolution keywords cc 11621 "Regexp doesn't match ""\\""" dezelin@… Joel de Guzman "While in lexer, regexp: [\""]([^\""]|([\\]([\\][\""]|[']|[n]|[t]|[b]|[r]|[ ])|[\\][0-9][0-9][0-9]|[\\][x]([0-9]|[A-F]∣[a-f])([0-9]|[A-F][a-f]))|[\\]([\n]|[\r\n])([ ]|[\t])*)*[\""] doesn't match strings in expression let ticker_animation = [| ""\\""; ""|""; ""/""; ""-""; The first string ""\\"" seems to be matched with escaped second "" instead as a string. To check, please visit http://www.regexr.com/." Bugs new To Be Determined spirit Boost Development Trunk Problem