This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 229594 - LESS CSS parser error at GREATER symbol
Summary: LESS CSS parser error at GREATER symbol
Status: RESOLVED DUPLICATE of bug 227510
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 7.4
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-10 19:44 UTC by cadavre
Modified: 2013-05-14 08:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (36.59 KB, text/plain)
2013-05-10 19:44 UTC, cadavre
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cadavre 2013-05-10 19:44:02 UTC
LessCSS parser shows error at > symbol. For example:
.subnav-fixed {
#gradient > .vertical(#f5f5f5, #eeeeee);
}
Gives Unexpected token WS, and
#global-loader-container {
// some code
> img {
// some code
}
}
Gives Unexpected token GREATER.

Both syntax is correct.


Product Version = NetBeans IDE Dev (Build 201305082300)
Operating System = Windows 8 version 6.2 running on amd64
Java; VM; Vendor = 1.7.0_21
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.21-b01
Comment 1 cadavre 2013-05-10 19:44:06 UTC
Created attachment 134302 [details]
IDE log
Comment 2 Vladimir Riha 2013-05-14 08:15:11 UTC
Looks like case #2 from issue 227510, thanks for reporting

*** This bug has been marked as a duplicate of bug 227510 ***