diff --git a/42sh/file b/42sh/file deleted file mode 100644 index 1d552218..00000000 --- a/42sh/file +++ /dev/null @@ -1,2 +0,0 @@ -ls: feew: No such file or directory -ls: feew: No such file or directory diff --git a/42sh/file1 b/42sh/file1 deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/src/parser/aggregate_sym.c b/42sh/src/parser/aggregate_sym.c index 879045ca..afccf9df 100644 --- a/42sh/src/parser/aggregate_sym.c +++ b/42sh/src/parser/aggregate_sym.c @@ -92,6 +92,7 @@ t_aggrematch g_aggrematch[] = {NEWLINE_LIST, FOR_WORDLIST, SEQUENTIAL_SEP, 0}, //to check + {HERE_END, TK_DLESS, IO_HERE, TK_DLESS}, {IO_HERE, TK_IO_NUMBER, IO_REDIRECT, TK_IO_NUMBER}, {IO_HERE, ALL, IO_REDIRECT, 0}, {FILENAME, TK_LESS, IO_FILE, TK_LESS}, diff --git a/42sh/test.sh b/42sh/test.sh deleted file mode 100644 index cce06da7..00000000 --- a/42sh/test.sh +++ /dev/null @@ -1 +0,0 @@ -{ hello } diff --git a/42sh/wide b/42sh/wide deleted file mode 100644 index 6efd26c6..00000000 --- a/42sh/wide +++ /dev/null @@ -1 +0,0 @@ -ls: ewfef: No such file or directory diff --git a/42sh/yolo b/42sh/yolo deleted file mode 100644 index 627968d4..00000000 --- a/42sh/yolo +++ /dev/null @@ -1,2 +0,0 @@ -ls: wefewf: No such file or directory -ls: wefewf: No such file or directory