Pratchett.js icon indicating copy to clipboard operation
Pratchett.js copied to clipboard

Empty rule in Rulebook causes strange crash

Open ELLIOTTCABLE opened this issue 10 years ago • 0 comments

From the original, failing, test:

 - name: "The `rule` procedure consumes an Execution as a block"
   body: |
      implementation void[]
       [ specification rule[] “Be awesome” {}                                    ]
       [ pass[]                                                                  ]
   eventually: fail

ELLIOTTCABLE avatar Dec 14 '15 00:12 ELLIOTTCABLE