Skip to content

Commit

Permalink
whoops forgot to save
Browse files Browse the repository at this point in the history
  • Loading branch information
bcpeinhardt authored and lpil committed Jan 28, 2023
1 parent 077cf47 commit fbded3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion exercises/practice/forth/test/forth_test.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ pub fn redefining_an_existing_builtin_word_test() {
pub fn defining_words_with_odd_characters_test() {
forth.new()
|> forth.eval(": € 220371 ;")
|> succeed_with("€")
|> result.then(forth.eval(_, "€"))
|> result.map(forth.format_stack)
|> succeed_with("220371")
}

pub fn defining_a_number_test() {
Expand Down

0 comments on commit fbded3f

Please sign in to comment.