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

Annotation of src/tests/usr.bin/indent/lsym_else.c, Revision 1.3

1.3     ! rillig      1: /* $NetBSD: lsym_else.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
1.1       rillig      2:
                      3: /*
                      4:  * Tests for the token lsym_else, which represents the keyword 'else' in an
                      5:  * 'if-else' statement.
                      6:  */
                      7:
1.3     ! rillig      8: //indent input
1.1       rillig      9: // TODO: add input
1.3     ! rillig     10: //indent end
1.1       rillig     11:
1.3     ! rillig     12: //indent run-equals-input

CVSweb <webmaster@jp.NetBSD.org>