Generative test involving persistent queue reversed order
Description
The following arranges to test that conjing an item onto a persistent queue results in that item being last in the queue:
Running this in Clojure works fine. In ClojureScript 1.10.520 you'll get a spec failure and it appears from the error report, the item is at the front of the queue. Here is an example:
The following arranges to test that conjing an item onto a persistent queue results in that item being last in the queue:
Running this in Clojure works fine. In ClojureScript 1.10.520 you'll get a spec failure and it appears from the error report, the item is at the front of the queue. Here is an example: