Skip to content

Commit

Permalink
Add missing keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinH committed Dec 13, 2024
1 parent 8cd4700 commit 63a8fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/pegtl/buffer_text_buffer_input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace TAO_PEGTL_NAMESPACE
TAO_PEGTL_TEST_ASSERT( in.direct_column() == in.current_position().column );
in.template consume< alpha >( 5 );
const auto n = in.rewind_position();
in.consume< eol >( 1 );
in.template consume< eol >( 1 );
TAO_PEGTL_TEST_ASSERT( in.direct_count() == 6 );
TAO_PEGTL_TEST_ASSERT( in.direct_line() == 2 );
TAO_PEGTL_TEST_ASSERT( in.direct_column() == 1 );
Expand Down

0 comments on commit 63a8fd1

Please sign in to comment.