This commit is contained in:
Max Richter
2025-09-25 16:41:26 +02:00
parent 3f0d25f935
commit b13d5015f4
75 changed files with 3881 additions and 141 deletions

View File

@@ -55,7 +55,7 @@ func TestFuzzyBlockMatch(t *testing.T) {
value string
}{
{
value: "@type: Recipe\nauthor.name: Max Richter",
value: "_type: Recipe\nauthor.name: Max Richter",
},
{
value: "Baguette",
@@ -105,7 +105,7 @@ func TestFuzzyBlockMatchSalad(t *testing.T) {
value string
}{
{
value: "@type: Recipe\nauthor.name: Alex Chef\ncookTime: PT0M\nimage: https://example.com/salad.jpg\nprepTime: PT10M\nrecipeYield: 2 servings",
value: "_type: Recipe\nauthor.name: Alex Chef\ncookTime: PT0M\nimage: https://example.com/salad.jpg\nprepTime: PT10M\nrecipeYield: 2 servings",
},
{
value: "Simple Salad",