Skip to content
Snippets Groups Projects
  • Daniel Ehrenberg's avatar
    dcfcd17a
    Fix async generator test templates · dcfcd17a
    Daniel Ehrenberg authored
    - Insert a missing .next() call
    - Avoid overlapping names used in test cases
    
    Case files like `src/dstr-binding/ary-ptrn-elem-ary-elision-init.case` are already setting
    bindings named `g`. Renaming them in the templates prevents overlapping names.
    dcfcd17a
    History
    Fix async generator test templates
    Daniel Ehrenberg authored
    - Insert a missing .next() call
    - Avoid overlapping names used in test cases
    
    Case files like `src/dstr-binding/ary-ptrn-elem-ary-elision-init.case` are already setting
    bindings named `g`. Renaming them in the templates prevents overlapping names.