Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 365085 - [[ ((3 > 1)) ]] fails to parse
Summary: [[ ((3 > 1)) ]] fails to parse
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: libbash (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Petteri Räty (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-27 13:24 UTC by Petteri Räty (RETIRED)
Modified: 2018-01-25 17:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petteri Räty (RETIRED) gentoo-dev 2011-04-27 13:24:25 UTC
betelgeuse@pena ~/gsoc/libbash $ ./ast_printer -e "[[ ((3 > 1)) ]]"
-memory-(1)  : error 3 : ()* loopback of 114:55: ( ( BLANK )* PIPE ( BLANK )* command )*, at offset 2
    near [Index: 3 (Start: 163993519-Stop: 163993520) ='((', type<99> Line: 1 LinePos:2]
     : cannot match to any predicted input...
(LIST Tree Error Node)
betelgeuse@pena ~/gsoc/libbash $ [[ ((3 > 1)) ]] && echo true
true
Comment 1 Pacho Ramos gentoo-dev 2018-01-25 17:57:07 UTC
Developer retired (and his mail address is not active anymore)