From 07ed42f07380aec06e5d0f65d69ce6826df39e2a Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Wed, 25 Apr 2012 17:28:07 +0200 Subject: Added a Presentation Compiler test for hyperlinking. This test ensures hyperlinking works inside and around pattern matching. The new virtual pattern matcher synthesizes trees that are not properly nested, and whose positions make it impossible to retrieve the correct tree/symbol for a given position. Therefore, the current test is using the old pattern matcher. However, once the virtual pattern matcher is fixed, remove the corresponding line from patmat.flags to re-enable virtpatmat. --- test/files/presentation/patmat.flags | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/files/presentation/patmat.flags (limited to 'test/files/presentation/patmat.flags') diff --git a/test/files/presentation/patmat.flags b/test/files/presentation/patmat.flags new file mode 100644 index 0000000000..468b48c9e3 --- /dev/null +++ b/test/files/presentation/patmat.flags @@ -0,0 +1,3 @@ +# This test will fail in the new pattern matcher because +# it generates trees whose positions are not transparent +-Xoldpatmat -- cgit v1.2.3