{"_quickTake.js":{"title":"Quick Take","content":"import &#x7B; strict as assert &#x7D; from \"assert\";\nimport chluLib from \"chlu\";\n\nconst original = `# Seed Change Log\nAll notable changes to this project will be documented in this file.\n\nThe format is based on [Keep a Changelog](http://keepachangelog.com/)\nand this project adheres to [Semantic Versioning](http://semver.org/).\n\n## [1.4.0] - 2017-05-09\n### Added\n- blablabla\n\n## 1.3.0 - 2017-04-20\n### Added\n- blablabla\n- blablabla\n### Improved\n- blablabla\n### Updated\n- Readme\n### Unchanged\n- Code coverage is still 100%\n\n## [1.2.0] - 2017-04-20\n### Added\n- blablabla\n- blablabla\n### Improved\n- blablabla\n### Updated\n- Readme\n### Unchanged\n- Code coverage is still 100%\n\n## [1.1.0] - 2017-04-20\n### Added\n- blablabla\n- blablabla\n### Improved\n- blablabla\n### Updated\n- Readme\n### Unchanged\n- Code coverage is still 100%\n\n## 1.0.0 - 2017-04-03\n### New\n- First public release\n\n[1.4.0]: https://github.com/codsen/correct-lib/compare/v1.3.0...v1.4.0\n`;\n\nconst expected = `# Seed Change Log\nAll notable changes to this project will be documented in this file.\n\nThe format is based on [Keep a Changelog](http://keepachangelog.com/)\nand this project adheres to [Semantic Versioning](http://semver.org/).\n\n## [1.4.0] - 2017-05-09\n### Added\n- blablabla\n\n## [1.3.0] - 2017-04-20\n### Added\n- blablabla\n- blablabla\n### Improved\n- blablabla\n### Updated\n- Readme\n### Unchanged\n- Code coverage is still 100%\n\n## [1.2.0] - 2017-04-20\n### Added\n- blablabla\n- blablabla\n### Improved\n- blablabla\n### Updated\n- Readme\n### Unchanged\n- Code coverage is still 100%\n\n## [1.1.0] - 2017-04-20\n### Added\n- blablabla\n- blablabla\n### Improved\n- blablabla\n### Updated\n- Readme\n### Unchanged\n- Code coverage is still 100%\n\n## 1.0.0 - 2017-04-03\n### New\n- First public release\n\n[1.4.0]: https://github.com/codsen/correct-lib/compare/v1.3.0...v1.4.0\n[1.3.0]: https://github.com/codsen/correct-lib/compare/v1.2.0...v1.3.0\n[1.2.0]: https://github.com/codsen/correct-lib/compare/v1.1.0...v1.2.0\n[1.1.0]: https://github.com/codsen/correct-lib/compare/v1.0.0...v1.1.0\n`;\n\nassert.equal(chluLib(original), expected);"}}