You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
It would seem that from the second line onward, under-indented code will be printed incorrectly. For example:
would likely produce:
The likely culprit is:
nmodl/src/printer/code_printer.cpp
Line 86 in 38f90ff
because it only considers the first line for guessing the indentation level of the multi-line string.
(I've not 100% confirmed it's bugged.)
The text was updated successfully, but these errors were encountered: