Skip to content

Commit

Permalink
Adds a test case for quote types davidenke#4
Browse files Browse the repository at this point in the history
  • Loading branch information
Fermain committed Dec 17, 2024
1 parent fad3f3d commit 09d8da9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions public/examples/quotes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
collections:
- name: "example"
label: "Example Case"
folder: "src/content/examples"
fields:
- name: "control_field"
label: "control string"
widget: "hidden"
- name: "single_quote_field"
label: "string containing ' quote"
widget: "hidden"
- name: "double_quote_field"
label: 'string containing " quote'
widget: "hidden"
- name: "tick_quote_field"
label: "string containing ` quote"
widget: "hidden"

0 comments on commit 09d8da9

Please sign in to comment.