You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then customFailure $ parseErrorAt off $ ((printf "line of conditional table should have %d values, but this one has only %d" (length fields) (length vs)) ::String)
619
-
elsereturn (m,vs)
614
+
body <- catMaybes <$> (flip manyTill (lift eolof) $
615
+
choice [ commentlinep >>returnNothing
616
+
, fmapJust$ bodylinep sep fields
617
+
])
620
618
when (null body) $
621
619
customFailure $ parseErrorAt start $"start of conditional table found, but no assignment rules afterward"
then customFailure $ parseErrorAt off $ ((printf "line of conditional table should have %d values, but this one has only %d" (length fields) (length vs)) ::String)
0 commit comments