Standard library function read_bool
does not support whitespace or capitalization
#701
Labels
interop
Bears on spec compatibility
The WDL spec says read_boolean is whitespace and case insensitive when calling
read_bool
.However, MiniWDK is unable to run the following workflow:
Only when removing the whitespace and lowercasing the values does the WDL work.
The text was updated successfully, but these errors were encountered: