Browse Source

add test cases for Ken's bug

hg/35a367e65a464cf6cdf277c73f977a6828b723fe/bookmarks/master
Martin Monperrus 15 years ago
parent
commit
ec9e7a010a
  1. 9
      test/bibacid-iso8859.bib

9
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.},

Loading…
Cancel
Save