mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
changed expected output for tests to reflect new behavior
This commit is contained in:
parent
83f4cdfaeb
commit
04c9454c20
2 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@ Hello,\n\nWorld!
|
|||
c =
|
||||
"""
|
||||
Hello,
|
||||
|
||||
|
||||
World!
|
||||
"""
|
||||
|
||||
|
|
|
@ -574,7 +574,7 @@ formatHelpHelp = \n, cmdHelp ->
|
|||
"\n\n"
|
||||
|
||||
"""
|
||||
|
||||
|
||||
\(indented)COMMANDS:
|
||||
\(fmtCmdHelp)
|
||||
"""
|
||||
|
@ -606,7 +606,7 @@ formatHelpHelp = \n, cmdHelp ->
|
|||
|> Str.joinWith "\n"
|
||||
|
||||
"""
|
||||
|
||||
|
||||
\(indented)OPTIONS:
|
||||
\(helpStr)
|
||||
"""
|
||||
|
@ -621,7 +621,7 @@ formatHelpHelp = \n, cmdHelp ->
|
|||
|> Str.joinWith "\n"
|
||||
|
||||
"""
|
||||
|
||||
|
||||
\(indented)ARGS:
|
||||
\(helpStr)
|
||||
"""
|
||||
|
@ -909,7 +909,7 @@ expect
|
|||
==
|
||||
"""
|
||||
test
|
||||
|
||||
|
||||
OPTIONS:
|
||||
--foo the foo option (string)
|
||||
--bar, -B (string)
|
||||
|
@ -936,13 +936,13 @@ expect
|
|||
==
|
||||
"""
|
||||
test
|
||||
|
||||
|
||||
COMMANDS:
|
||||
login
|
||||
OPTIONS:
|
||||
--user (string)
|
||||
--pw (string)
|
||||
|
||||
|
||||
publish
|
||||
OPTIONS:
|
||||
--file (string)
|
||||
|
@ -960,7 +960,7 @@ expect
|
|||
"""
|
||||
test
|
||||
a test cli app
|
||||
|
||||
|
||||
COMMANDS:
|
||||
login
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue