satyasuman / diezel

Automatically exported from code.google.com/p/diezel
0 stars 0 forks source link

Missing statements in generated code #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

<body>
     statement1;
     statement2;
     statement3;
</body>

What is the expected output? What do you see instead?

I expect to see the three statements in the generated method. Instead I only 
see the first two statements. (I haven't looked in detail to see how exactly 
this happens, this is just one case. The workaround is to avoid new lines. 

What version of the product are you using? On what operating system?

beta-3

Please provide any additional information below.

Let me know if you need a more specific example to see when this happens. 

Original issue reported on code.google.com by leoneume...@gmail.com on 13 Feb 2012 at 2:22

GoogleCodeExporter commented 9 years ago

Original comment by e...@ericaro.net on 13 Feb 2012 at 11:36

GoogleCodeExporter commented 9 years ago

Original comment by e...@ericaro.net on 14 Feb 2012 at 10:35

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 887e9d004cd1.

Original comment by e...@ericaro.net on 14 Feb 2012 at 11:01

GoogleCodeExporter commented 9 years ago
Cannot reproduce in the master branch
see unit test  
http://code.google.com/p/diezel/source/browse/src/test/java/net/ericaro/diezel/c
ore/parser/GraphBuilderTest.java#53

if it fits

Original comment by e...@ericaro.net on 14 Feb 2012 at 11:03