[BACK]Return to t_options.awk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / usr.bin / indent

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/tests/usr.bin/indent/Attic/t_options.awk between version 1.5 and 1.6

version 1.5, 2021/11/20 11:13:18 version 1.6, 2021/11/20 13:07:57
Line 116  section == "" {
Line 116  section == "" {
         else {          else {
                 if (curr_empty_lines > 0) {                  if (curr_empty_lines > 0) {
                         if (prev_empty_lines > 1)                          if (prev_empty_lines > 1)
                                 warn(NR - curr_empty_lines,                                  warn(NR - curr_empty_lines - 1,
                                     "excess empty lines a few lines above")                                      prev_empty_lines " empty lines a few " \
                                       "lines above, should be only 1")
                         prev_empty_lines = curr_empty_lines                          prev_empty_lines = curr_empty_lines
                 }                  }
                 curr_empty_lines = 0                  curr_empty_lines = 0

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>