simple test case for node names containing math chars

or starting with a number in plot command
This commit is contained in:
Holger Vogt 2021-11-05 12:13:32 +01:00
parent 7f791e3fc1
commit 81b81da0e4
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
Test: internally generated quotes around node names containing math chars
V1 in+ 0 1.2
R1 in+ 1N 500
R2 1N R*C 500
C1 R*C 0 1u
.ic V(R*C)=0
.tran 1u 5m
.control
run
plot v(in+) v(R*C) v(in+)*V("R*C") 1.2*v(in+)*V(R*C) v(1N)
.endc
.end