Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exploring bi-abduction via html: format issue #1647

Open
simpletonDL opened this issue Jun 22, 2022 · 0 comments
Open

Exploring bi-abduction via html: format issue #1647

simpletonDL opened this issue Jun 22, 2022 · 0 comments

Comments

@simpletonDL
Copy link

Hello! I am interested in how bi-abduction analysis works. So far, the easiest way for me to learn is to look at the html generated using the -g flag. But now html looks a bit wrong (as I understand there are some problems with escaping, like &lt &gt instead of < and >). I tried to open it in several browsers (Safari, Chrome and Firefox), but result was the same:

--------------------------- 2 of 2 [nvisited:16 17 20] ---------------------------
PRE:
<span class='color_blue'><span class='color_blue'>x != 0 ;
x = val$1<span class='color_orange'>formal</span>:int( sub )</span></span>
POST 1 of 1:
<span class='color_blue'><span class='color_blue'>x != 0</span>; <span class='color_red'>MEMne &lt; Integer Integer.valueOf(int):20 &gt; <span class='color_orange'>{vpath: }</span>(return)</span> ;
<span class='color_blue'>x = val$1<span class='color_orange'>formal</span>:int( sub )</span>; <span class='color_red'>return = val$2<span class='color_orange'>update:20</span>:java.lang.Integer*</span> ;
<span class='color_red'>return|->{value:x<span class='color_orange'>update:(z)20</span>}<span class='color_orange'>formal(z)</span>:java.lang.Integer</span></span>
----------------------------------------------------------------<br>

Can you please fix it or describe how I can fix it by myself?

P.S. I use build from master, version is v1.1.0-da063eb95, builded on MacOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant