------------------------------------------------------------------------------
To reply, visit https://hellosplat.com/s/beanbag/tickets/4835/
------------------------------------------------------------------------------
New ticket #4835 by splatter2
For Beanbag, Inc. > Review Board
Status: New
Tags: Priority:Medium, Type:Defect
------------------------------------------------------------------------------
Diff View syntax highlighting broken for Angular html template files
==============================================================================
# What version are you running?
3.0.15
# What's the URL of the page containing the problem?
/r/nnn/diff/n
# What steps will reproduce the problem?
1. Include an angular html template file in the review request.
2. Go to diff tab.
# What is the expected output? What do you see instead?
Diff should display normally. Instead there are strange artifacts shown for
some Angular directives such as the asterisk (`*`) and brackets (both square
and curved - `[]`, `()`)
# Please provide any additional information below.
Sample Angular HTML template:
```
<h2>Products</h2><div *ngFor="let product of products"><h3><a
[title]="product.name + ' details'">
{{ product.name }}
</a></h3><p *ngIf="product.description">
Description: {{ product.description }}
</p><button (click)="share()">
Share
</button></div>
```
------------------------------------------------------------------------------
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/reviewboard-issues.
To view this discussion on the web visit
https://groups.google.com/d/msgid/reviewboard-issues/20190711171022.3256.64935%40ip-10-1-54-209.ec2.internal.
For more options, visit https://groups.google.com/d/optout.