Skip to content

Commit

Permalink
re-enable stoch testing, fixes StoneCypher/fsl#1187; replace .replace…
Browse files Browse the repository at this point in the history
…All with .replace, fixes StoneCypher/fsl#1188
  • Loading branch information
StoneCypher committed Sep 1, 2022
1 parent 27480ec commit da69e65
Show file tree
Hide file tree
Showing 23 changed files with 428 additions and 9,254 deletions.
430 changes: 63 additions & 367 deletions CHANGELOG.long.md

Large diffs are not rendered by default.

83 changes: 45 additions & 38 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,7 +18,7 @@ Please edit the file it's derived from, instead: `./src/md/readme_base.md`
* Generated for version 5.82.1 at 8/20/2022, 11:14:58 AM
* Generated for version 5.82.2 at 9/1/2022, 4:16:19 PM
-->
# jssm
Expand All @@ -29,7 +29,7 @@ share online. Easy to embed.

Readable, useful state machines as one-liner strings.

***4,840 tests*** run 5,731 times. 4,831 specs with 100.0% coverage, 9 fuzz tests with 5.4% coverage. With 2,612 lines, that's about 1.9 tests per line, or 2.2 generated tests per line.
***4,840 tests*** run 5,731 times. 4,831 specs with 100.0% coverage, 9 fuzz tests with 11.8% coverage. With 2,612 lines, that's about 1.9 tests per line, or 2.2 generated tests per line.

***Meet your new state machine library.***

Expand Down
2 changes: 1 addition & 1 deletion dist/es6/version.js
@@ -1,2 +1,2 @@
const version = "5.82.1";
const version = "5.82.2";
export { version };
2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.nonmin.js
Expand Up @@ -19234,7 +19234,7 @@ function peg$parse(input, options) {
}
}

const version = "5.82.1";
const version = "5.82.2";

// whargarbl lots of these return arrays could/should be sets
const theme_mapping = new Map();
Expand Down
2 changes: 1 addition & 1 deletion dist/jssm.es5.iife.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.es5.iife.nonmin.js
Expand Up @@ -19233,7 +19233,7 @@ var jssm = (function (exports) {
}
}

const version = "5.82.1";
const version = "5.82.2";

// whargarbl lots of these return arrays could/should be sets
const theme_mapping = new Map();
Expand Down
78 changes: 39 additions & 39 deletions docs/docs/classes/jssm.Machine.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/classes/jssm_error.JssmError.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions docs/docs/modules/jssm.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/modules/jssm_constants.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/modules/jssm_types._internal_.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/docs/modules/jssm_types.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions docs/docs/modules/jssm_util.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/modules/version.html

Large diffs are not rendered by default.

330 changes: 51 additions & 279 deletions docs/docs/pages/CHANGELOG.long.html

Large diffs are not rendered by default.

0 comments on commit da69e65

Please sign in to comment.