Home | History | Annotate | Line # | Download | only in indent
lsym_newline.c revision 1.1
      1  1.1  rillig /* $NetBSD: lsym_newline.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
      2  1.1  rillig /* $FreeBSD$ */
      3  1.1  rillig 
      4  1.1  rillig /*
      5  1.1  rillig  * Tests for the token lsym_newline, which represents a forced line break in
      6  1.1  rillig  * the source code.
      7  1.1  rillig  *
      8  1.1  rillig  * Indent preserves most of the line breaks from the original code.
      9  1.1  rillig  *
     10  1.1  rillig  * See also:
     11  1.1  rillig  *	lsym_form_feed.c
     12  1.1  rillig  */
     13  1.1  rillig 
     14  1.1  rillig #indent input
     15  1.1  rillig // TODO: add input
     16  1.1  rillig #indent end
     17  1.1  rillig 
     18  1.1  rillig #indent run-equals-input
     19