1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
3 // Multi-Phasic Applications: SquirrelJME
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the Mozilla Public License Version 2.0.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 package cc
.squirreljme
.c
;
12 import java
.io
.IOException
;
13 import net
.multiphasicapps
.tac
.TestRunnable
;
16 * Tests parenthesis expressions.
20 public class TestParenthesisExpression
32 try (__Spool__ spool
= __Spool__
.__init(false))
34 spool
.expression(CExpressionBuilder
.builder()
43 this.secondary("empty", spool
.tokens());