saphyr-serde/parser/tests
Ethiraric f9eb8c6d60 Move emitter/scanner tests to their folder.
Change scanner's complex test:
```diff
-  *coffee:
+  *coffee :
     amount: 4
-  *cookies:
+  *cookies :
     amount: 4
```

According to https://play.yaml.io/main/parser, this example was invalid
in the first place. Adding a space makes it so that the colon is not
part of the alias name.

Also fix colons not being able to be part of anchors.
2024-01-23 00:19:04 +01:00
..
specs Add LICENSE and build status 2015-05-31 00:13:21 +08:00
yaml-test-suite@45db50aecf yaml-test-suite: update to YTS v2022-01-17 2024-01-23 00:19:04 +01:00
basic.rs Expose ScanError::info. 2023-08-17 23:43:15 +02:00
emitter.rs Move emitter/scanner tests to their folder. 2024-01-23 00:19:04 +01:00
quickcheck.rs Update quickcheck to 0.9 2020-05-27 14:25:59 +08:00
scanner.rs Move emitter/scanner tests to their folder. 2024-01-23 00:19:04 +01:00
spec_test.rs Clippy set to pedantic. 2023-08-14 16:11:33 +02:00
spec_test.rs.inc Add LICENSE and build status 2015-05-31 00:13:21 +08:00
specexamples.rs.inc Fix more clippy lints. 2023-08-17 23:31:32 +02:00
test_round_trip.rs Clippy set to pedantic. 2023-08-14 16:11:33 +02:00
yaml-test-suite.rs Move emitter/scanner tests to their folder. 2024-01-23 00:19:04 +01:00