Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
cfc2e839
Unverified
Commit
cfc2e839
authored
Apr 24, 2017
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🔨
removed too long running tests
parent
6d2c0a79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/src/unit-unicode.cpp
test/src/unit-unicode.cpp
+2
-2
No files found.
test/src/unit-unicode.cpp
View file @
cfc2e839
...
...
@@ -913,6 +913,7 @@ TEST_CASE("Unicode", "[hide]")
}
}
#if 0
SECTION("incorrect sequences")
{
SECTION("high surrogate without low surrogate")
...
...
@@ -927,7 +928,6 @@ TEST_CASE("Unicode", "[hide]")
}
}
#if 0
SECTION("high surrogate with wrong low surrogate")
{
// D800..DBFF are high surrogates and must be followed by low
...
...
@@ -947,7 +947,6 @@ TEST_CASE("Unicode", "[hide]")
}
}
}
#endif
SECTION("low surrogate without high surrogate")
{
...
...
@@ -962,6 +961,7 @@ TEST_CASE("Unicode", "[hide]")
}
}
#endif
}
SECTION
(
"read all unicode characters"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment