Skip to content

Commit 1fafe25

Browse files
committed
test: fix compatibility examples input rendering
1 parent 4de6425 commit 1fafe25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples.generated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
When there is not JSON schema differences, schema change is fully compatible.
1111
#### Input
1212
##### JSON schema differences
13-
```json
13+
```
1414
no differences
1515
```
1616
#### Output

test/unit/Test/Spec/JsonSchema/Compatibility.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type DiffExample = Example (Set Difference) Compatibility
1919
renderInput Set Difference String
2020
renderInput differences =
2121
"##### JSON schema differences\n"
22-
<> "```json\n"
22+
<> "```\n"
2323
<> String.joinWith "\n" renderDifferences
2424
<> "\n```"
2525
where

0 commit comments

Comments
 (0)