File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -342,17 +342,17 @@ TEST(PegtlCase, ParseVariableDefaultEmptyList)
342
342
TEST (PegtlCase, AnalyzeMixedGrammar)
343
343
{
344
344
ASSERT_EQ (0 , analyze<mixed_document>(true ))
345
- << " there shuldn 't be any infinite loops in the PEG version of the grammar" ;
345
+ << " there shouldn 't be any infinite loops in the PEG version of the grammar" ;
346
346
}
347
347
348
348
TEST (PegtlCase, AnalyzeExecutableGrammar)
349
349
{
350
350
ASSERT_EQ (0 , analyze<executable_document>(true ))
351
- << " there shuldn 't be any infinite loops in the PEG version of the grammar" ;
351
+ << " there shouldn 't be any infinite loops in the PEG version of the grammar" ;
352
352
}
353
353
354
354
TEST (PegtlCase, AnalyzeSchemaGrammar)
355
355
{
356
356
ASSERT_EQ (0 , analyze<schema_document>(true ))
357
- << " there shuldn 't be any infinite loops in the PEG version of the grammar" ;
357
+ << " there shouldn 't be any infinite loops in the PEG version of the grammar" ;
358
358
}
You can’t perform that action at this time.
0 commit comments