From 0a3e498e16aeec163766070d4d071db3891a4c5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 31 Aug 2021 23:00:39 -0700 Subject: [PATCH] clarify ordering stuff --- tests/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.