You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog/current.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
{map: }
11
11
: bad
12
12
```
13
-
- [PR#586](https://github.com/biojppm/rapidyaml/pull/586): colon on newline generally ([play](https://play.yaml.com/?show=xd#c2NhbGFyCjogYmFkCi0tLQpbc2VxXQo6IGJhZAotLS0KW21hcF0KOiBiYWQK)):
13
+
- [PR#586](https://github.com/biojppm/rapidyaml/pull/586): tokens after explicit document endcolon on newline:
14
14
```yaml
15
15
bad cases:
16
16
scalar
@@ -20,3 +20,8 @@
20
20
{map: }
21
21
: bad
22
22
```
23
+
- [PR#586](https://github.com/biojppm/rapidyaml/pull/586): tokens after explicit document end:
0 commit comments