Skip to content

Commit

Permalink
Fix help test
Browse files Browse the repository at this point in the history
Signed-off-by: Justin King <jcking@google.com>
  • Loading branch information
jcking committed Apr 25, 2024
1 parent 693fca7 commit f3fc99d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions repl/commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ func TestParse(t *testing.T) {
commandLine: `%help`,
wantErr: errors.New(`Compile emits a textproto representation of the compiled expression.
%compile <expr>
Parse emits a textproto representation of the parsed expression.
%parse <expr>
Declare introduces a variable or function for type checking, but
doesn't define a value for it:
Expand Down

0 comments on commit f3fc99d

Please sign in to comment.