wip
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user