Skip to content

Commit

Permalink
(#372) Fix issues in AboutEnumeration (#373)
Browse files Browse the repository at this point in the history
* ♻️ Cleanup old test file

Refactor slightly, match file more to current style.

Rename a few tests to make more sense.

* ✅ Add regression test

We can test file ASTs during our static analysis checks.

Added a test to check we don't have any nested It blocks in the file.

* 🐛 (#372) Fix missing / extra brace

* 📝 🎨 Adjust AboutEnumeration formatting

* 🐛 (#372) Delay parsing of enum

Using a raw scriptblock will break the parser in earlier versions.

Fix is to define it as a string and parse that just before execution.
  • Loading branch information
vexx32 committed Mar 6, 2020
1 parent 1a0fb29 commit 025c095
Show file tree
Hide file tree
Showing 2 changed files with 592 additions and 482 deletions.

0 comments on commit 025c095

Please sign in to comment.