We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea35db commit 2356656Copy full SHA for 2356656
spec/CHANGELOG.md
@@ -14,6 +14,16 @@
14
consistent with how `Identifiers` of variables don't include the `$`
15
sigil either.
16
17
+ - Treat backslash (`\`) as a regular character in `TextElements`. (#123)
18
+
19
+ Backslash does no longer have special escaping powers when used in
20
+ `TextElements`. It's still recognized as special in `StringLiterals`,
21
+ however. `StringLiterals` can be used to insert all special-purpose
22
+ characters in text. For instance, `{"{"}` will insert the literal opening
23
+ curly brace (`{`), `{"\u00A0"}` will insert the non-breaking space, and
24
+ `{" "}` can be used to make a translation start or end with whitespace,
25
+ which would otherwise by trimmed by `Pattern.`
26
27
## 0.7.0 (October 15, 2018)
28
29
- Relax the indentation requirement. (#87)
0 commit comments