Commit 6788ad4b authored by Seblu's avatar Seblu
Browse files

correction du bug sur ((

parent b2801506
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,8 +70,8 @@ static const s_quote quotes[] =
    {"'", 1, "'", 1},
    {"`", 1, "`", 1},
    {"${", 2, "}", 1},
    {"$(", 2, ")", 1},
    {"$((", 2, "))", 2},
    {"$(", 2, ")", 1},
    {NULL, 0, NULL, 0},
  };