mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
Add positions method to parser, write unit tests for it, update other parser tests
This commit is contained in:
@@ -165,25 +165,25 @@ using get_multiline_t = typename get_multiline<Ts...>::type;
|
||||
// string_error
|
||||
////////////////
|
||||
|
||||
class string_error;
|
||||
class string_error {};
|
||||
|
||||
////////////////
|
||||
// ignore_header
|
||||
////////////////
|
||||
|
||||
class ignore_header;
|
||||
class ignore_header {};
|
||||
|
||||
////////////////
|
||||
// ignore_empty
|
||||
////////////////
|
||||
|
||||
class ignore_empty;
|
||||
class ignore_empty {};
|
||||
|
||||
////////////////
|
||||
// throw_on_error
|
||||
////////////////
|
||||
|
||||
class throw_on_error;
|
||||
class throw_on_error {};
|
||||
|
||||
////////////////
|
||||
// setup implementation
|
||||
|
||||
Reference in New Issue
Block a user