Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
should
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
should
Commits
710c2b30
Commit
710c2b30
authored
Jun 01, 2020
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demo/unicode.should, README.md: more information on UTF-8 tests
closes
#47
parent
13289ff7
Pipeline
#2673
passed with stages
in 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
README.md
README.md
+3
-0
demo/unicode.should
demo/unicode.should
+3
-2
No files found.
README.md
View file @
710c2b30
...
...
@@ -125,6 +125,9 @@ requiring less than or more than a given number of expressions (`<`/`>`).
[
demo/exit-codes.should
](
demo/exit-codes.should
)
shows how to require a particular exit code with
`!EXIT_CODE`
.
[
demo/unicode.should
](
demo/unicode.should
)
shows that unicode characters can be put
in test comment and strings, provided that a UTF-8 locale has been set up.
[
demo/variables.should
](
demo/variables.should
)
shows how to define and use variables.
[
demo/launcher.should
](
demo/launcher.should
)
shows how to define a "launcher" that is appended before every command,
...
...
demo/unicode.should
View file @
710c2b30
# These tests will run only on a terminal supporting UTF-8.
# When the command does not output in utf-8, tests will probably fail.
# These tests will run only on system where a UTF-8 locale has been set up,
# otherwise a `UnicodeDecodeError` can be risen.
# When the command does not output in UTF-8, tests will also probably fail.
!REQUIRES: locale | grep UTF-8
...
...
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