mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-03 18:34:43 +00:00
9
tests/stdlib/t7686.nim
Normal file
9
tests/stdlib/t7686.nim
Normal file
@@ -0,0 +1,9 @@
|
||||
import strutils
|
||||
|
||||
type
|
||||
MyEnum = enum
|
||||
A,
|
||||
a
|
||||
|
||||
doAssert parseEnum[MyEnum]("A") == A
|
||||
doAssert parseEnum[MyEnum]("a") == a
|
||||
Reference in New Issue
Block a user