Home | History | Annotate | Line # | Download | only in indent
lsym_for.c revision 1.3
      1  1.3  rillig /* $NetBSD: lsym_for.c,v 1.3 2022/04/24 09:04:12 rillig Exp $ */
      2  1.1  rillig 
      3  1.1  rillig /*
      4  1.1  rillig  * Tests for the token lsym_for, which represents the keyword 'for' that
      5  1.1  rillig  * starts a 'for' loop.
      6  1.1  rillig  */
      7  1.1  rillig 
      8  1.3  rillig //indent input
      9  1.1  rillig // TODO: add input
     10  1.3  rillig //indent end
     11  1.1  rillig 
     12  1.3  rillig //indent run-equals-input
     13