From ec9e7a010a18571807dee75180d9ff7ebb827c0d Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Fri, 29 Oct 2010 12:04:59 +0200 Subject: [PATCH] add test cases for Ken's bug --- test/bibacid-iso8859.bib | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test/bibacid-iso8859.bib b/test/bibacid-iso8859.bib index a417df7..8b9f1db 100755 --- a/test/bibacid-iso8859.bib +++ b/test/bibacid-iso8859.bib @@ -11,8 +11,9 @@ } %% using double quotes +%% also Took test the advanced search @TECHREPORT{dquotes, - author = "J. Abounader and D. Lamb", + author = "J. Abounader and Tooj, D.", title = "using double quotes ", institution = "Queen's University, Kingston, ON.", year = "1997" @@ -117,7 +118,7 @@ MRREVIEWER = {Jean-Fran{\c{c}}ois Clouet}, @string{str1="toto"} @string{str2="titi"} -@article{stgringconcat:test1, +@book{stgringconcat:test1, author = {J. Abounader and D. Lamb}, title = str1#str2, institution = {Queen's University, Kingston, ON.}, @@ -125,7 +126,7 @@ MRREVIEWER = {Jean-Fran{\c{c}}ois Clouet}, } % with space -@article{stgringconcat:test2, +@bookchapter{stgringconcat:test2, author = {J. Abounader and D. Lamb}, title = str1 # str2, institution = {Queen's University, Kingston, ON.}, @@ -133,7 +134,7 @@ MRREVIEWER = {Jean-Fran{\c{c}}ois Clouet}, } % with another value -@article{stgringconcat:test3, +@inbook{stgringconcat:test3, author = {J. Abounader and D. Lamb}, title = str1 # {3344}, institution = {Queen's University, Kingston, ON.},