Edit

kc3-lang/kc3/test/ic3/tuple.out.expected

Branch :

  • test/ic3/tuple.out.expected
  • {(), ()}
    
    {"", ""}
    
    {(), ""}
    
    {"", ()}
    
    {:a, :b}
    
    {:a, :b, :c}
    
    {:a, :b, :c, :d}
    
    {:a, :b, :c, :d, :e}
    
    {:a, :b, :c, :d, :e, :f}
    
    {:a, :b, :c, :d, :e, :f, :g}
    
    {:a, :b, :c, :d, :e, :f, :g, :h}
    
    {:a, :b, :c, :d, :e, :f, :g, :h, :i}
    
    {:a, :b, :c, :d, :e, :f, :g, :h, :i, :j}
    
    {{:a, :b}, {:c, :d}}
    
    {{:a, :b}, {:c, :d}, {:e, :f}}
    
    {{:a, :b}, {:c, :d}, {:e, :f}, {:g, :h}}
    
    {{:a, :b}, {:c, :d}, {:e, :f}, {:g, :h}, {:i, :j}}
    
    
    {:a, :b, :c}
    
    {a, b, c}