Skip to content

Commit

Permalink
#7 show all
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 30, 2020
1 parent 2df8203 commit 333217e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/texsc
Expand Up @@ -73,6 +73,7 @@ Options are:"
tex = tex.gsub(/\\begin{#{Regexp.escape(i[:cmd])}}.+\\end{#{Regexp.escape(i[:cmd])}}/m, '')
end
log.info("Checking #{f} (#{tex.length} chars)...")
log.debug(tex)
cmd = [
'aspell',
"--ignore=#{opts['min-word-length']}",
Expand Down
2 changes: 1 addition & 1 deletion features/cli.feature
Expand Up @@ -26,7 +26,7 @@ Feature: Command Line Processing
How are you, my dear friiend?
\end{document}
"""
When I run bin/texsc with "article.tex"
When I run bin/texsc with "--verbose article.tex"
Then Exit code is not zero
And Stdout contains "& friiend "

Expand Down

0 comments on commit 333217e

Please sign in to comment.