Created
February 7, 2024 14:54
-
-
Save hisusqristos/61196eea7df0a57eedb0e7ee4dc3dd86 to your computer and use it in GitHub Desktop.
Կարգին մուլտեր
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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