cubing / cubing.js

🛠 A library for displaying and working with twisty puzzles. Also currently home to the code for Twizzle.
https://js.cubing.net/cubing/
GNU General Public License v3.0
232 stars 42 forks source link

[cubing.js issue] `Alg` accepts `"R U 2'"` #286

Closed lgarron closed 11 months ago

lgarron commented 11 months ago

Steps to reproduce the issue

Run:

Alg.fromString("R U 2'")

Observed behaviour

No error.

🖼 Screenshots

No response

Expected behaviour

Error.

Environment

N/A

Additional info

No response