File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -920,14 +920,15 @@ and inside _patterns_ only escape `{` and `}`.
920920
921921#### Whitespace
922922
923- The syntax limits whitespace characters outside of a _ pattern_ to the following:
923+ Outside of the _ text_ parts of _ patterns_ and outside of _ quoted literals_
924+ the syntax limits whitespace characters to the following:
924925` U+0009 CHARACTER TABULATION ` (tab),
925926` U+000A LINE FEED ` (new line),
926927` U+000D CARRIAGE RETURN ` ,
927928` U+3000 IDEOGRAPHIC SPACE ` ,
928929or ` U+0020 SPACE ` .
929930
930- Inside _ patterns_ and _ quoted literals_ ,
931+ In the _ text _ parts of _ patterns_ and in _ quoted literals_ ,
931932whitespace is part of the content and is recorded and stored verbatim.
932933Whitespace is not significant outside translatable text, except where required by the syntax.
933934
You can’t perform that action at this time.
0 commit comments