mirror of https://github.com/KLayout/klayout.git
Updating test data
This commit is contained in:
parent
3115fa9b3a
commit
4049ccb4ea
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -40,7 +40,7 @@ class Tl_TestClass < TestBase
|
|||
assert_equal(res.to_s, "")
|
||||
|
||||
expr = RBA::Expression.eval("1+2")
|
||||
assert_equal(expr.class.to_s, "Integer")
|
||||
assert_equal(expr.class.to_s == "Fixnum" || expr.class.to_s == "Integer", true)
|
||||
assert_equal(expr.to_s, "3")
|
||||
|
||||
expr = RBA::Expression.eval("1+2.0")
|
||||
|
|
|
|||
Loading…
Reference in New Issue