Skip to content

"b> 0" expression not properly escaped #3108

@llvmbot

Description

@llvmbot
Bugzilla Link 2736
Resolution DUPLICATE
Resolved on Mar 06, 2010 14:00
Version unspecified
OS Windows XP
Depends On #2758
Attachments HTML report of test.c, Testcase containing "b> 0"
Reporter LLVM Bugzilla Contributor
CC @tkremenek

Extended Description

The following simple testcase produces an invalid HTML report (see attachment):

$ cat test.c
void f()
{
int b;

if (b> 0)
    ++b;

}

Adding a space between "b" and ">" seems to solve the problem.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions