JuliaLang / JuliaDoc

28 stars 26 forks source link

Fix doctest option string processing #5

Closed mathpup closed 10 years ago

mathpup commented 10 years ago

Added an explicit from doctest import OPTIONFLAGS_BY_NAME. The presence of option flags was causing exceptions because OPTIONFLAGS_BY_NAME was not visible.