Home | History | Annotate | Line # | Download | only in indent
psym_switch_expr.c revision 1.1
      1  1.1  rillig /* $NetBSD: psym_switch_expr.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 parser symbol psym_switch_expr, which represents the keyword
      6  1.1  rillig  * 'switch' followed by the controlling expression, now waiting for a
      7  1.1  rillig  * statement (usually a block) containing the 'case' labels.
      8  1.1  rillig  */
      9  1.1  rillig 
     10  1.1  rillig #indent input
     11  1.1  rillig // TODO: add input
     12  1.1  rillig #indent end
     13  1.1  rillig 
     14  1.1  rillig #indent run-equals-input
     15