1 1.3 rillig /* $NetBSD: lsym_form_feed.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_form_feed, which represents a form feed, a special 5 1.1 rillig * kind of whitespace that is seldom used. If it is used, it usually appears 6 1.1 rillig * on a line of its own, after an external-declaration, to force a page break 7 1.1 rillig * when printing the source code on actual paper. 8 1.1 rillig */ 9 1.1 rillig 10 1.3 rillig //indent input 11 1.1 rillig // TODO: add input 12 1.3 rillig //indent end 13 1.1 rillig 14 1.3 rillig //indent run-equals-input 15