mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
Merge with bugfix
This commit is contained in:
parent
fbe19de70c
commit
5f46259914
@ -656,7 +656,7 @@ private:
|
|||||||
|
|
||||||
if constexpr (quoted_multiline_enabled) {
|
if constexpr (quoted_multiline_enabled) {
|
||||||
while (unterminated_quote()) {
|
while (unterminated_quote()) {
|
||||||
size -= next_line_converter_.size_shifted();
|
next_line_size_ -= next_line_converter_.size_shifted();
|
||||||
|
|
||||||
if (multiline_limit_reached(limit)) {
|
if (multiline_limit_reached(limit)) {
|
||||||
return;
|
return;
|
||||||
|
@ -593,9 +593,7 @@ TEST_CASE("parser test various cases version 2") {
|
|||||||
using escape = ss::escape<'\\'>;
|
using escape = ss::escape<'\\'>;
|
||||||
using multiline = ss::multiline;
|
using multiline = ss::multiline;
|
||||||
|
|
||||||
// TODO uncomment
|
#ifdef CMAKE_GITHUB_CI
|
||||||
// #ifdef CMAKE_GITHUB_CI
|
|
||||||
#if 0
|
|
||||||
using multiline_r = ss::multiline_restricted<10>;
|
using multiline_r = ss::multiline_restricted<10>;
|
||||||
|
|
||||||
test_combinations_with_trim_and_error_options<>();
|
test_combinations_with_trim_and_error_options<>();
|
||||||
|
Loading…
Reference in New Issue
Block a user