-
-
Notifications
You must be signed in to change notification settings - Fork 349
Commit 8e74544
Add month to Relative JSON Pointer's spec <date/>
It is currently not possible to build the Relative JSON Pointer's spec.
`xml2rfc` will complain about the date tag not being the current year
while not having a month set either.
This is the error I get:
```
xml2rfc --html relative-json-pointer.xml -o relative-json-pointer.html
json-schema-spec/relative-json-pointer.xml(16): Error: Expected <date> to have the current year when month is missing, but found '2021'
Unable to complete processing relative-json-pointer.xml
```
This PR changes the `<date/>` year to the current year.
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>1 parent c81f50d commit 8e74544
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 | - | ||
43 | + | ||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
0 commit comments