Implemented tilde expansion, internal stream path names are now absolute, fixed tests

This commit is contained in:
Matthias Koefferlein
2023-04-07 00:19:10 +02:00
parent c6bfb03a18
commit 19fbc5c144
6 changed files with 74 additions and 15 deletions
+1
View File
@@ -167,6 +167,7 @@ END
nl = RBA::Netlist::new
input = File.join($ut_testsrc, "testdata", "algo", "nreader6.cir")
input = File.absolute_path(input)
mydelegate = MyNetlistSpiceReaderDelegate::new