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)
342342TEST (PegtlCase, AnalyzeMixedGrammar)
343343{
344344 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" ;
346346}
347347
348348TEST (PegtlCase, AnalyzeExecutableGrammar)
349349{
350350 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" ;
352352}
353353
354354TEST (PegtlCase, AnalyzeSchemaGrammar)
355355{
356356 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" ;
358358}
You can’t perform that action at this time.
0 commit comments