Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5554: wave slex parser eof without eol skips the last line
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-05-21 19:45:59
#5554: wave slex parser eof without eol skips the last line
------------------------------------------------------+---------------------
Reporter: József Mihalicza <jmihalicza@â¦> | Owner: hkaiser
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: wave
Version: Boost 1.46.1 | Severity: Problem
Resolution: worksforme | Keywords:
------------------------------------------------------+---------------------
Changes (by hkaiser):
* status: new => closed
* resolution: => worksforme
Comment:
Sorry, but I'm not able to reproduce this problem. The output I get is:
{{{
matched INT (#334) at test.cpp ( 1/ 1): >int<
matched SPACE (#392) at test.cpp ( 1/ 4): > <
matched IDENTIFIER (#380) at test.cpp ( 1/ 5): >f<
matched LEFTPAREN (#277) at test.cpp ( 1/ 6): >(<
matched RIGHTPAREN (#294) at test.cpp ( 1/ 7): >)<
matched SPACE (#392) at test.cpp ( 1/ 8): > <
matched LEFTBRACE (#274) at test.cpp ( 1/ 9): >{<
matched SPACE (#392) at test.cpp ( 1/10): > <
matched RETURN (#345) at test.cpp ( 1/11): >return<
matched SPACE (#392) at test.cpp ( 1/17): > <
matched IDENTIFIER (#380) at test.cpp ( 1/18): >z<
matched QUESTION_MARK (#292) at test.cpp ( 1/19): >?<
matched PP_NUMBER (#403) at test.cpp ( 1/20): >0<
matched COLON (#265) at test.cpp ( 1/21): >:<
matched PP_NUMBER (#403) at test.cpp ( 1/22): >1<
matched SEMICOLON (#297) at test.cpp ( 1/23): >;<
matched SPACE (#392) at test.cpp ( 1/24): > <
matched RIGHTBRACE (#293) at test.cpp ( 1/25): >}<
matched NEWLINE (#394) at test.cpp ( 1/26): >\n<
matched EOF (#401) at test.cpp ( 2/ 1): ><
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5554#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:06 UTC