]> gitweb.factorcode.org Git - factor.git/commit
Adding escaping to CHAR: " -> CHAR: \"
authorBjörn Lindqvist <bjourne@gmail.com>
Sun, 4 Sep 2016 04:40:43 +0000 (06:40 +0200)
committerBjörn Lindqvist <bjourne@gmail.com>
Sun, 4 Sep 2016 04:40:43 +0000 (06:40 +0200)
commit20711a0fd3b319b8001075559264615ca71d2e19
tree5fb8d620db079c81c663a75b096723c088cc6419
parenta36ac6e435408f1fa779c58a82868361190df97e
Adding escaping to CHAR: " -> CHAR: \"

It is not necessary to escape the " character, but it doesn't hurt and
is necessary for syntax-highlighting (FUEL) to work correctly.
25 files changed:
basis/csv/csv.factor
basis/help/html/html.factor
basis/html/templates/fhtml/fhtml.factor
basis/http/parsers/parsers.factor
basis/io/launcher/windows/windows.factor
basis/json/reader/reader.factor
basis/json/writer/writer.factor
basis/peg/ebnf/ebnf.factor
basis/peg/parsers/parsers.factor
basis/xml/dtd/dtd.factor
basis/xml/entities/entities.factor
basis/xml/writer/writer.factor
core/lexer/lexer.factor
extra/c/lexer/lexer-tests.factor
extra/c/lexer/lexer.factor
extra/c/preprocessor/preprocessor.factor
extra/cuesheet/cuesheet.factor
extra/fjsc/fjsc.factor
extra/flip-text/flip-text.factor
extra/html/parser/parser.factor
extra/ini-file/ini-file.factor
extra/morse/morse.factor
extra/parser-combinators/simple/simple.factor
extra/peg/javascript/tokenizer/tokenizer.factor
extra/tnetstrings/tnetstrings.factor