diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-23 18:04:11 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-23 18:04:23 -0700 |
| commit | 9f08215dfb179c3c37c18016fb0eafb7ec6e681e (patch) | |
| tree | 6d1108b07b9a0a57dbc6c3701bf9971c9144da40 /tests/colors.nom | |
| parent | 247e55059ce94521895f362f5cdfdebf49bfb8e1 (diff) | |
Moved console colors from core/ into lib/
Diffstat (limited to 'tests/colors.nom')
| -rw-r--r-- | tests/colors.nom | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/colors.nom b/tests/colors.nom new file mode 100644 index 0000000..b3c22e7 --- /dev/null +++ b/tests/colors.nom @@ -0,0 +1,2 @@ +use "lib/consolecolor.nom" +say: bright: green "Color test passed." |
