Accept "P_0 == CS" as synonym for "P_0.CS" in the dve2 interface.

Suggested by Yann Thierry-Mieg.

* iface/dve2/dve2.cc (convert_aps): Allow string on the right
of operators, and look them up.
* iface/dve2/dve2check.test: Test this syntax.
This commit is contained in:
Alexandre Duret-Lutz 2011-03-07 12:45:37 +01:00
parent 5318c1f966
commit 8256ae9bfb
3 changed files with 67 additions and 13 deletions

View file

@ -1,3 +1,12 @@
2011-03-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Accept "P_0 == CS" as synonym for "P_0.CS" in the dve2 interface.
Suggested by Yann Thierry-Mieg.
* iface/dve2/dve2.cc (convert_aps): Allow string on the right
of operators, and look them up.
* iface/dve2/dve2check.test: Test this syntax.
2011-03-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Add some tests for the DVE2 interface.