Bug 397511 - [formatting] formatting javascript code in html editor split >= or <=
Summary: [formatting] formatting javascript code in html editor split >= or <=
Status: NEW
Alias: None
Product: JSDT
Classification: WebTools
Component: Web (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Chris Jaun CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-06 01:03 EST by zhang jialei CLA
Modified: 2013-06-19 11:11 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zhang jialei CLA 2013-01-06 01:03:40 EST
if in html editor format javascript code like
a<=1||a>=1
it will split the ">=" like 
 a<=1||a> = 1