-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There were still some outstanding comments/edits from the discussion in PR #641: * Add explanatory text (#641 (comment)) * Removed definition of "collation" - it was not used in the text and it is not necessary to introduce the term (#641 (comment)) * Add "unicode normalization" as a term (#641 (comment)) * Add "unicode case folding" as a term (#641 (comment)) * Correct examples (#641 (comment))
- Loading branch information
Showing
4 changed files
with
31 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"op": "=", | ||
"args": [ | ||
{ "property": "etat_vol" }, | ||
{ "function": { "name": "accenti", "args": ["débárquér"] } } | ||
{ "function": { "name": "accenti", "arguments": [{ "property": "etat_vol" }] } }, | ||
{ "function": { "name": "accenti", "args": ["débárquér"] } } | ||
] | ||
} |