#280 closed defect (fixed)
New syntax breaks testsuite.m4
Reported by: | ohl | Owned by: | ALL |
---|---|---|---|
Priority: | P1 | Milestone: | |
Component: | core | Version: | 2.0.0rc3 |
Severity: | critical | Keywords: | |
Cc: |
Description
Should be trivial for those who made the changes:
| File '../share/test/mssm_ext-ee.sin' (unit = 12), line 556: [...] endif tolerance = 3 * error_sum expect (integral (prc1) ~~ 54.687 ) ^-^ | Expected syntax: SEQUENCE <compared_expr> = <expr> <comparison>+ | Found token: IDENTIFIER: '~~' ****************************************************************************** ****************************************************************************** *** FATAL ERROR: Syntax error (at or before the location indicated above) ******************************************************************************
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
OK, I couldn't run the whole testsuite, but generating some .sin file from the .m4 source manually and running it through WHIZARD, the syntax was ok. So I guess this is fixed.
Note: See
TracTickets for help on using
tickets.
Done in r2279. Unfortunately, I've no idea how to check this (without running m4 manually). Which options / Makefile targets do the extra checks require?