Permalink
Browse files

Fix bug with unused import.

  • Loading branch information...
Andy Chu
Andy Chu committed Feb 2, 2018
1 parent 42a64e4 commit 8b6c8c519ae807f8399eebd0b381433421948b1c
Showing with 5 additions and 0 deletions.
  1. +1 −0 core/word_eval.py
  2. +4 −0 spec/tilde.test.sh
View
@@ -2,6 +2,7 @@
word_eval.py - Evaluator for the word language.
"""
import pwd
import sys
from core import braces
View
@@ -30,3 +30,7 @@ echo hi > ~/tilde1.txt
cat $HOME/tilde1.txt | wc -c
# stdout: 3
# status: 0
### other user
echo ~nonexistent
# stdout: ~nonexistent

0 comments on commit 8b6c8c5

Please sign in to comment.