Add all_mdoules test and fix library(csv)

This commit is contained in:
Adrián Arroyo Calle
2024-02-04 21:04:02 +01:00
parent 673329ddb7
commit ec4a8745e7
5 changed files with 97 additions and 1 deletions

View File

@@ -221,7 +221,7 @@ row([X | Y], Opt) -->
!,
( separator(Opt) ->
row(Y, Opt)
; end_token ->
; end_token,
{ Y = [] }).