Changes between Initial Version and Version 1 of Ticket #822
- Timestamp:
- May 12, 2017, 5:47:57 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #822 – Description
initial v1 1 1 Without quotation marks, the statement {{{model = 2HDM (ufo)}}} 2 2 results in SINDARIN parsing error: 3 {{{model = 2HDM (ufo) 4 ^^ 3 {{{ 4 model = 2HDM (ufo) 5 ^^ 5 6 | Expected syntax: SEQUENCE <cmd_model> = model '=' <model_name> <model_arg>? 6 | Found token: NUMERIC: '2'}}} 7 | Found token: NUMERIC: '2' 8 }}} 7 9 8 10 The statement for the intrinsic model model = 2HDM works, however.