Rosetta Code:Village Pump/Syntax highlighting: Difference between revisions

'"' issue also affects pike, but not python
(alert about a GeSHi bug with double quote inside single quotes for OCaml)
('"' issue also affects pike, but not python)
Line 253:
 
* there is a problem with strings containing double quotes as we can see here [[JSON#OCaml]]
* a similar problem occurs with a double quote inside single quotes (the char '"'): [[http://rosettacode.org/mw/index.php?title=S-Expressions&oldid=123055#OCaml S-Expressions#OCaml]]
* the same problem affects Pike, but it doesn't affect Python. <lang ocaml>'"' ocaml</lang><lang pike>'"' pike</lang><lang python>'"' python</lang>
 
== OCaml syntax highlighting issues ==
Anonymous user