Files
bison/tests
Theophile Ranquet a974c1ec26 errors: indent "invalid value for %define" context
This is the continuation of the work on the readability of errors
    context.

For example, what used to be:
  input.y:1.9-29: invalid value for %define variable 'foo' : 'bar'
  input.y:1.9-29: accepted value: 'most'

is now:
  input.y:1.9-29: invalid value for %define variable 'foo' : 'bar'
  input.y:1.9-29:     accepted value: 'most'

* src/muscle-tab.c (muscle_percent_define_check_values): Use
complain_at_indent to output with increased indentation level.
* tests/input:at: Apply this change.

Signed-off-by: Akim Demaille <akim@lrde.epita.fr>
2012-09-26 12:08:55 +02:00
..
2012-01-13 11:48:14 +01:00
2012-06-05 09:17:43 +02:00
2012-07-26 16:51:26 +02:00
2012-07-18 09:17:31 +02:00
2012-06-21 22:54:40 +02:00
2012-01-13 11:48:14 +01:00
2012-01-13 11:48:14 +01:00
2012-08-31 17:50:43 +02:00