Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
json
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
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]")
...
@@ -913,6 +913,7 @@ TEST_CASE("Unicode", "[hide]")
}
}
}
}
#if 0
SECTION("incorrect sequences")
SECTION("incorrect sequences")
{
{
SECTION("high surrogate without low surrogate")
SECTION("high surrogate without low surrogate")
...
@@ -927,7 +928,6 @@ TEST_CASE("Unicode", "[hide]")
...
@@ -927,7 +928,6 @@ TEST_CASE("Unicode", "[hide]")
}
}
}
}
#if 0
SECTION("high surrogate with wrong low surrogate")
SECTION("high surrogate with wrong low surrogate")
{
{
// D800..DBFF are high surrogates and must be followed by low
// D800..DBFF are high surrogates and must be followed by low
...
@@ -947,7 +947,6 @@ TEST_CASE("Unicode", "[hide]")
...
@@ -947,7 +947,6 @@ TEST_CASE("Unicode", "[hide]")
}
}
}
}
}
}
#endif
SECTION("low surrogate without high surrogate")
SECTION("low surrogate without high surrogate")
{
{
...
@@ -962,6 +961,7 @@ TEST_CASE("Unicode", "[hide]")
...
@@ -962,6 +961,7 @@ TEST_CASE("Unicode", "[hide]")
}
}
}
}
#endif
}
}
SECTION
(
"read all unicode characters"
)
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