Skip to content

Instantly share code, notes, and snippets.

@hisusqristos
Created February 7, 2024 14:54
Show Gist options
  • Save hisusqristos/61196eea7df0a57eedb0e7ee4dc3dd86 to your computer and use it in GitHub Desktop.
Save hisusqristos/61196eea7df0a57eedb0e7ee4dc3dd86 to your computer and use it in GitHub Desktop.
Կարգին մուլտեր
suite : Test
suite =
describe "Վեր կաց գնա մի թաս ջուր բեր գոնե էս ծաղիկները ջրի "
[ test "🪚" <|
\() ->
validate "Թաս" "Սղոց"
|> Expect.equal (Result.Err "Ախչի էտ սղոցը տեղը դիր, թասը հես ա")
, test "Վայ)) չէյ տեսել, պապա" <|
\() ->
validate "Թաս" "Թաս"
|> Expect.equal (Result.Ok "Գնա․․ Գնա․․ Գնա՛")
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment