From df3baf66cbd371d9da22a62dcc36c68da18e88c1 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 9 Apr 2002 15:21:01 +0000 Subject: Apply patch from Bernd Herd to fix quoted class definitions inside dialogs. --- binutils/testsuite/ChangeLog | 5 +++++ binutils/testsuite/binutils-all/windres/quoteclass.rc | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 binutils/testsuite/binutils-all/windres/quoteclass.rc (limited to 'binutils/testsuite') diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 26f1f7b..e61a687 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-04-09 Nick Clifton + + * binutils-all/windres/quoteclass.rc: New test case for quoted + CLASS definitions in DIALOG resources. + 2002-02-18 Timothy Daly * binutils-all/readelf.r: Change expected output to match new, diff --git a/binutils/testsuite/binutils-all/windres/quoteclass.rc b/binutils/testsuite/binutils-all/windres/quoteclass.rc new file mode 100644 index 0000000..c1f98e1 --- /dev/null +++ b/binutils/testsuite/binutils-all/windres/quoteclass.rc @@ -0,0 +1,8 @@ +// parse-only + +101 DIALOG DISCARDABLE 0, 0, 186, 95 +CLASS "myclass" +BEGIN + DEFPUSHBUTTON "OK",1,129,7,50,14 +END + -- cgit v1.1