diff --git a/tests/README.md b/tests/README.md index a6bdb62..7c5fa5e 100644 --- a/tests/README.md +++ b/tests/README.md @@ -15,7 +15,9 @@ following rules: * All comments removed * Extra empty lines removed except for a newline after the last node * All nodes should be reformatted without escaped newlines -* Node fields should be `identifier ` +* Node fields should be `identifier ` +* All values and all children must be in the same order as they were defined. +* Properties must be in _alphabetical order_ and separated by a single space. * All strings must be represented as regular strings, with appropriate escapes for invalid bare characters. That means that raw strings must be converted to plain strings, and escaped.