From d652155ae013f36a1ee17653a8e458baad2d9c2c Mon Sep 17 00:00:00 2001 From: Checkmate50 Date: Mon, 6 Jun 2016 23:14:18 -0600 Subject: Merging complete. Everything looks good *crosses fingers* --- Test/test0/AttributeParsing.bpl | 80 ++++++++++++++++++++--------------------- 1 file changed, 40 insertions(+), 40 deletions(-) (limited to 'Test/test0/AttributeParsing.bpl') diff --git a/Test/test0/AttributeParsing.bpl b/Test/test0/AttributeParsing.bpl index afc0a88d..7372fcc4 100644 --- a/Test/test0/AttributeParsing.bpl +++ b/Test/test0/AttributeParsing.bpl @@ -1,40 +1,40 @@ -// RUN: %boogie -noVerify -print:- -env:0 "%s" > "%t" -// RUN: %diff "%s.expect" "%t" -type {:sourcefile "test.ssc"} T; - -function {:source "test.scc"} f(int) returns (int); - -const {:description "The largest integer value"} unique MAXINT: int; - -axiom {:naming "MyFavoriteAxiom"} (forall i: int :: {f(i)} f(i) == i+1); - -var {:description "memory"} $Heap: [ref, name]any; - -var {:sort_of_like_a_trigger (forall i: int :: true)} Bla: [ref, name]any; - -procedure {:use_impl 1} foo(x : int) returns(n : int); - -implementation {:id 1} foo(x : int) returns(n : int) -{ - block1: return; -} - -implementation {:id 2} foo(x : int) returns(n : int) -{ - block1: return; -} - -type ref, any, name; - - -// allow \" and other backslashes rather liberally: - -procedure - {:myAttribute - "h\n\"ello\"", - "again", - "and\\" a\"gain\"", - again} -P(); - -const again: int; +// RUN: %boogie -noVerify -print:- -env:0 "%s" > "%t" +// RUN: %diff "%s.expect" "%t" +type {:sourcefile "test.ssc"} T; + +function {:source "test.scc"} f(int) returns (int); + +const {:description "The largest integer value"} unique MAXINT: int; + +axiom {:naming "MyFavoriteAxiom"} (forall i: int :: {f(i)} f(i) == i+1); + +var {:description "memory"} $Heap: [ref, name]any; + +var {:sort_of_like_a_trigger (forall i: int :: true)} Bla: [ref, name]any; + +procedure {:use_impl 1} foo(x : int) returns(n : int); + +implementation {:id 1} foo(x : int) returns(n : int) +{ + block1: return; +} + +implementation {:id 2} foo(x : int) returns(n : int) +{ + block1: return; +} + +type ref, any, name; + + +// allow \" and other backslashes rather liberally: + +procedure + {:myAttribute + "h\n\"ello\"", + "again", + "and\\" a\"gain\"", + again} +P(); + +const again: int; -- cgit v1.2.3