bibtex-ruby 2.0.0pre1 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of bibtex-ruby might be problematic. Click here for more details.

Files changed (44) hide show
  1. data/Gemfile +1 -1
  2. data/Gemfile.lock +1 -1
  3. data/History.txt +14 -1
  4. data/Rakefile.compiled.rbc +351 -260
  5. data/features/step_definitions/bibtex_steps.rbc +31 -16
  6. data/features/step_definitions/name_steps.rbc +1 -1
  7. data/features/support/env.rbc +1 -1
  8. data/lib/bibtex.rbc +58 -42
  9. data/lib/bibtex/bibliography.rb +3 -1
  10. data/lib/bibtex/bibliography.rbc +1623 -693
  11. data/lib/bibtex/compatibility.rbc +1 -1
  12. data/lib/bibtex/elements.rb +1 -1
  13. data/lib/bibtex/elements.rbc +855 -413
  14. data/lib/bibtex/entry.rbc +6115 -3111
  15. data/lib/bibtex/error.rb +2 -1
  16. data/lib/bibtex/error.rbc +258 -43
  17. data/lib/bibtex/extensions.rbc +1 -1
  18. data/lib/bibtex/filters.rbc +1 -1
  19. data/lib/bibtex/filters/latex.rbc +1 -1
  20. data/lib/bibtex/lexer.rbc +396 -449
  21. data/lib/bibtex/name_parser.rbc +152 -509
  22. data/lib/bibtex/names.rbc +979 -425
  23. data/lib/bibtex/parser.rbc +3 -3
  24. data/lib/bibtex/replaceable.rbc +1 -1
  25. data/lib/bibtex/utilities.rbc +1 -1
  26. data/lib/bibtex/value.rb +1 -1
  27. data/lib/bibtex/value.rbc +267 -299
  28. data/lib/bibtex/version.rb +1 -1
  29. data/lib/bibtex/version.rbc +2 -2
  30. data/test/bibtex/test_bibliography.rbc +1055 -184
  31. data/test/bibtex/test_elements.rbc +696 -66
  32. data/test/bibtex/test_entry.rbc +9118 -3743
  33. data/test/bibtex/test_filters.rbc +17 -17
  34. data/test/bibtex/test_lexer.rbc +5 -5
  35. data/test/bibtex/test_name_parser.rbc +11 -11
  36. data/test/bibtex/test_names.rbc +13 -13
  37. data/test/bibtex/test_parser.rbc +72 -87
  38. data/test/bibtex/test_string.rbc +15 -15
  39. data/test/bibtex/test_utilities.rbc +1 -1
  40. data/test/bibtex/test_value.rbc +67 -67
  41. data/test/helper.rbc +20 -36
  42. data/test/test_bibtex.rbc +96 -186
  43. data/test/test_export.rbc +44 -57
  44. metadata +14 -14
@@ -18,6 +18,6 @@
18
18
 
19
19
  module BibTeX
20
20
  module Version
21
- STRING = '2.0.0pre1'.freeze
21
+ STRING = '2.0.0'.freeze
22
22
  end
23
23
  end
@@ -154,8 +154,8 @@ x
154
154
  6
155
155
  STRING
156
156
  s
157
- 6
158
- 1.3.12
157
+ 9
158
+ 2.0.0pre1
159
159
  x
160
160
  6
161
161
  freeze
@@ -1,5 +1,5 @@
1
1
  !RBIX
2
- 9595534255132031488
2
+ 16846133056282117387
3
3
  x
4
4
  M
5
5
  1
@@ -150,7 +150,7 @@ x
150
150
  16
151
151
  BibliographyTest
152
152
  i
153
- 35
153
+ 46
154
154
  5
155
155
  66
156
156
  5
@@ -185,6 +185,17 @@ i
185
185
  50
186
186
  2
187
187
  1
188
+ 15
189
+ 5
190
+ 7
191
+ 7
192
+ 64
193
+ 56
194
+ 8
195
+ 47
196
+ 50
197
+ 2
198
+ 1
188
199
  11
189
200
  I
190
201
  3
@@ -196,7 +207,7 @@ I
196
207
  0
197
208
  n
198
209
  p
199
- 7
210
+ 9
200
211
  s
201
212
  18
202
213
  when newly created
@@ -249,8 +260,8 @@ I
249
260
  p
250
261
  5
251
262
  s
252
- 10
253
- not be nil
263
+ 17
264
+ should not be nil
254
265
  M
255
266
  1
256
267
  p
@@ -328,7 +339,7 @@ p
328
339
  I
329
340
  0
330
341
  I
331
- 9
342
+ b
332
343
  I
333
344
  1e
334
345
  x
@@ -337,11 +348,11 @@ x
337
348
  p
338
349
  0
339
350
  x
340
- 6
341
- should
351
+ 2
352
+ it
342
353
  s
343
- 8
344
- be empty
354
+ 15
355
+ should be empty
345
356
  M
346
357
  1
347
358
  p
@@ -425,7 +436,7 @@ p
425
436
  I
426
437
  0
427
438
  I
428
- c
439
+ e
429
440
  I
430
441
  21
431
442
  x
@@ -438,11 +449,11 @@ p
438
449
  I
439
450
  0
440
451
  I
441
- 8
452
+ a
442
453
  I
443
454
  b
444
455
  I
445
- b
456
+ d
446
457
  I
447
458
  16
448
459
  x
@@ -451,11 +462,11 @@ x
451
462
  p
452
463
  0
453
464
  x
454
- 7
455
- context
465
+ 8
466
+ describe
456
467
  s
457
468
  5
458
- #open
469
+ .open
459
470
  M
460
471
  1
461
472
  p
@@ -494,8 +505,8 @@ I
494
505
  p
495
506
  3
496
507
  s
497
- 48
498
- accept a block and save the file after execution
508
+ 55
509
+ should accept a block and save the file after execution
499
510
  M
500
511
  1
501
512
  p
@@ -719,11 +730,11 @@ p
719
730
  I
720
731
  0
721
732
  I
722
- 16
733
+ 18
723
734
  I
724
735
  4
725
736
  I
726
- 17
737
+ 19
727
738
  I
728
739
  c
729
740
  x
@@ -749,23 +760,23 @@ p
749
760
  I
750
761
  0
751
762
  I
752
- 12
763
+ 14
753
764
  I
754
765
  21
755
766
  I
756
- 13
767
+ 15
757
768
  I
758
769
  27
759
770
  I
760
- 14
771
+ 16
761
772
  I
762
773
  40
763
774
  I
764
- 16
775
+ 18
765
776
  I
766
777
  4e
767
778
  I
768
- 1a
779
+ 1c
769
780
  I
770
781
  6a
771
782
  x
@@ -780,14 +791,194 @@ x
780
791
  1
781
792
  b
782
793
  x
783
- 6
784
- should
794
+ 2
795
+ it
785
796
  p
786
797
  3
787
798
  I
788
799
  0
789
800
  I
801
+ 13
802
+ I
803
+ b
804
+ x
805
+ 66
806
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_bibliography.rb
807
+ p
808
+ 0
809
+ s
810
+ 6
811
+ .parse
812
+ M
813
+ 1
814
+ p
815
+ 2
816
+ x
817
+ 9
818
+ for_block
819
+ t
820
+ n
821
+ x
822
+ 16
823
+ BibliographyTest
824
+ i
825
+ 11
826
+ 5
827
+ 7
828
+ 0
829
+ 64
830
+ 56
831
+ 1
832
+ 47
833
+ 50
834
+ 2
835
+ 1
836
+ 11
837
+ I
838
+ 4
839
+ I
840
+ 0
841
+ I
842
+ 0
843
+ I
844
+ 0
845
+ I
846
+ -2
847
+ p
848
+ 3
849
+ s
850
+ 21
851
+ should accept filters
852
+ M
853
+ 1
854
+ p
855
+ 2
856
+ x
857
+ 9
858
+ for_block
859
+ t
860
+ n
861
+ x
862
+ 16
863
+ BibliographyTest
864
+ i
865
+ 42
866
+ 45
867
+ 0
868
+ 1
869
+ 7
870
+ 2
871
+ 64
872
+ 44
873
+ 43
874
+ 3
875
+ 79
876
+ 49
877
+ 4
878
+ 1
879
+ 13
880
+ 7
881
+ 5
882
+ 7
883
+ 6
884
+ 64
885
+ 49
886
+ 7
887
+ 2
888
+ 15
889
+ 49
890
+ 8
891
+ 2
892
+ 78
893
+ 49
894
+ 9
895
+ 1
896
+ 49
897
+ 10
898
+ 0
899
+ 7
790
900
  11
901
+ 7
902
+ 12
903
+ 64
904
+ 49
905
+ 13
906
+ 2
907
+ 11
908
+ I
909
+ 7
910
+ I
911
+ 0
912
+ I
913
+ 0
914
+ I
915
+ 0
916
+ I
917
+ -2
918
+ p
919
+ 14
920
+ x
921
+ 12
922
+ Bibliography
923
+ n
924
+ s
925
+ 24
926
+ @misc{k, title = {\''u}}
927
+ x
928
+ 4
929
+ Hash
930
+ x
931
+ 16
932
+ new_from_literal
933
+ x
934
+ 6
935
+ filter
936
+ s
937
+ 5
938
+ latex
939
+ x
940
+ 3
941
+ []=
942
+ x
943
+ 5
944
+ parse
945
+ x
946
+ 2
947
+ []
948
+ x
949
+ 5
950
+ title
951
+ x
952
+ 2
953
+ ==
954
+ s
955
+ 2
956
+ ü
957
+ x
958
+ 7
959
+ must_be
960
+ p
961
+ 3
962
+ I
963
+ 0
964
+ I
965
+ 23
966
+ I
967
+ 2a
968
+ x
969
+ 66
970
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_bibliography.rb
971
+ p
972
+ 0
973
+ x
974
+ 2
975
+ it
976
+ p
977
+ 3
978
+ I
979
+ 0
980
+ I
981
+ 22
791
982
  I
792
983
  b
793
984
  x
@@ -811,7 +1002,7 @@ x
811
1002
  16
812
1003
  BibliographyTest
813
1004
  i
814
- 162
1005
+ 173
815
1006
  5
816
1007
  56
817
1008
  0
@@ -973,6 +1164,17 @@ i
973
1164
  50
974
1165
  31
975
1166
  1
1167
+ 15
1168
+ 5
1169
+ 7
1170
+ 32
1171
+ 64
1172
+ 56
1173
+ 33
1174
+ 47
1175
+ 50
1176
+ 31
1177
+ 1
976
1178
  11
977
1179
  I
978
1180
  4
@@ -985,7 +1187,7 @@ I
985
1187
  I
986
1188
  -2
987
1189
  p
988
- 32
1190
+ 34
989
1191
  M
990
1192
  1
991
1193
  p
@@ -1066,7 +1268,7 @@ p
1066
1268
  I
1067
1269
  0
1068
1270
  I
1069
- 20
1271
+ 29
1070
1272
  I
1071
1273
  c
1072
1274
  x
@@ -1075,11 +1277,11 @@ x
1075
1277
  p
1076
1278
  0
1077
1279
  x
1078
- 5
1079
- setup
1280
+ 6
1281
+ before
1080
1282
  s
1081
- 23
1082
- support access by index
1283
+ 30
1284
+ should support access by index
1083
1285
  M
1084
1286
  1
1085
1287
  p
@@ -1144,7 +1346,7 @@ p
1144
1346
  I
1145
1347
  0
1146
1348
  I
1147
- 3d
1349
+ 46
1148
1350
  I
1149
1351
  12
1150
1352
  x
@@ -1153,11 +1355,11 @@ x
1153
1355
  p
1154
1356
  0
1155
1357
  x
1156
- 6
1157
- should
1358
+ 2
1359
+ it
1158
1360
  s
1159
- 23
1160
- support access by range
1361
+ 30
1362
+ should support access by range
1161
1363
  M
1162
1364
  1
1163
1365
  p
@@ -1265,7 +1467,7 @@ p
1265
1467
  I
1266
1468
  0
1267
1469
  I
1268
- 41
1470
+ 4a
1269
1471
  I
1270
1472
  2b
1271
1473
  x
@@ -1274,8 +1476,8 @@ x
1274
1476
  p
1275
1477
  0
1276
1478
  s
1277
- 34
1278
- support access by index and offset
1479
+ 41
1480
+ should support access by index and offset
1279
1481
  M
1280
1482
  1
1281
1483
  p
@@ -1371,7 +1573,7 @@ p
1371
1573
  I
1372
1574
  0
1373
1575
  I
1374
- 45
1576
+ 4e
1375
1577
  I
1376
1578
  25
1377
1579
  x
@@ -1380,8 +1582,8 @@ x
1380
1582
  p
1381
1583
  0
1382
1584
  s
1383
- 29
1384
- support queries by symbol key
1585
+ 36
1586
+ should support queries by symbol key
1385
1587
  M
1386
1588
  1
1387
1589
  p
@@ -1457,11 +1659,11 @@ p
1457
1659
  I
1458
1660
  0
1459
1661
  I
1460
- 49
1662
+ 52
1461
1663
  I
1462
1664
  d
1463
1665
  I
1464
- 4a
1666
+ 53
1465
1667
  I
1466
1668
  1a
1467
1669
  x
@@ -1470,8 +1672,8 @@ x
1470
1672
  p
1471
1673
  0
1472
1674
  s
1473
- 42
1474
- support queries by symbol key and selector
1675
+ 49
1676
+ should support queries by symbol key and selector
1475
1677
  M
1476
1678
  1
1477
1679
  p
@@ -1582,15 +1784,15 @@ p
1582
1784
  I
1583
1785
  0
1584
1786
  I
1585
- 4e
1787
+ 57
1586
1788
  I
1587
1789
  13
1588
1790
  I
1589
- 4f
1791
+ 58
1590
1792
  I
1591
1793
  22
1592
1794
  I
1593
- 50
1795
+ 59
1594
1796
  I
1595
1797
  31
1596
1798
  x
@@ -1599,8 +1801,8 @@ x
1599
1801
  p
1600
1802
  0
1601
1803
  s
1602
- 29
1603
- support queries by string key
1804
+ 36
1805
+ should support queries by string key
1604
1806
  M
1605
1807
  1
1606
1808
  p
@@ -1614,9 +1816,8 @@ x
1614
1816
  16
1615
1817
  BibliographyTest
1616
1818
  i
1617
- 36
1819
+ 28
1618
1820
  5
1619
- 79
1620
1821
  39
1621
1822
  0
1622
1823
  7
@@ -1625,34 +1826,27 @@ i
1625
1826
  49
1626
1827
  2
1627
1828
  1
1628
- 49
1629
- 3
1630
- 0
1631
1829
  47
1632
1830
  49
1633
- 4
1634
- 2
1831
+ 3
1832
+ 1
1635
1833
  15
1636
1834
  5
1637
- 78
1638
1835
  39
1639
1836
  0
1640
1837
  7
1641
- 5
1838
+ 4
1642
1839
  64
1643
1840
  49
1644
1841
  2
1645
1842
  1
1646
- 49
1647
- 3
1648
- 0
1649
1843
  47
1650
1844
  49
1651
- 4
1652
- 2
1845
+ 5
1846
+ 1
1653
1847
  11
1654
1848
  I
1655
- 5
1849
+ 4
1656
1850
  I
1657
1851
  0
1658
1852
  I
@@ -1673,34 +1867,34 @@ x
1673
1867
  2
1674
1868
  []
1675
1869
  x
1676
- 6
1677
- length
1678
- x
1679
- 12
1680
- assert_equal
1870
+ 10
1871
+ refute_nil
1681
1872
  s
1682
1873
  4
1683
1874
  ruby
1875
+ x
1876
+ 10
1877
+ assert_nil
1684
1878
  p
1685
1879
  5
1686
1880
  I
1687
1881
  0
1688
1882
  I
1689
- 54
1883
+ 5d
1690
1884
  I
1691
- 12
1885
+ e
1692
1886
  I
1693
- 55
1887
+ 5e
1694
1888
  I
1695
- 24
1889
+ 1c
1696
1890
  x
1697
1891
  66
1698
1892
  /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_bibliography.rb
1699
1893
  p
1700
1894
  0
1701
1895
  s
1702
- 30
1703
- support queries by type string
1896
+ 37
1897
+ should support queries by type string
1704
1898
  M
1705
1899
  1
1706
1900
  p
@@ -1807,15 +2001,15 @@ p
1807
2001
  I
1808
2002
  0
1809
2003
  I
1810
- 59
2004
+ 62
1811
2005
  I
1812
2006
  12
1813
2007
  I
1814
- 5a
2008
+ 63
1815
2009
  I
1816
2010
  24
1817
2011
  I
1818
- 5b
2012
+ 64
1819
2013
  I
1820
2014
  36
1821
2015
  x
@@ -1824,8 +2018,8 @@ x
1824
2018
  p
1825
2019
  0
1826
2020
  s
1827
- 43
1828
- support queries by type string and selector
2021
+ 50
2022
+ should support queries by type string and selector
1829
2023
  M
1830
2024
  1
1831
2025
  p
@@ -1998,27 +2192,27 @@ p
1998
2192
  I
1999
2193
  0
2000
2194
  I
2001
- 5f
2195
+ 68
2002
2196
  I
2003
2197
  14
2004
2198
  I
2005
- 60
2199
+ 69
2006
2200
  I
2007
2201
  24
2008
2202
  I
2009
- 61
2203
+ 6a
2010
2204
  I
2011
2205
  38
2012
2206
  I
2013
- 62
2207
+ 6b
2014
2208
  I
2015
2209
  48
2016
2210
  I
2017
- 63
2211
+ 6c
2018
2212
  I
2019
2213
  5c
2020
2214
  I
2021
- 64
2215
+ 6d
2022
2216
  I
2023
2217
  6c
2024
2218
  x
@@ -2027,8 +2221,8 @@ x
2027
2221
  p
2028
2222
  0
2029
2223
  s
2030
- 26
2031
- support queries by pattern
2224
+ 33
2225
+ should support queries by pattern
2032
2226
  M
2033
2227
  1
2034
2228
  p
@@ -2149,11 +2343,11 @@ p
2149
2343
  I
2150
2344
  0
2151
2345
  I
2152
- 69
2346
+ 72
2153
2347
  I
2154
2348
  21
2155
2349
  I
2156
- 6a
2350
+ 73
2157
2351
  I
2158
2352
  42
2159
2353
  x
@@ -2162,8 +2356,8 @@ x
2162
2356
  p
2163
2357
  0
2164
2358
  s
2165
- 45
2166
- support queries by type string and conditions
2359
+ 52
2360
+ should support queries by type string and conditions
2167
2361
  M
2168
2362
  1
2169
2363
  p
@@ -2228,7 +2422,7 @@ p
2228
2422
  I
2229
2423
  0
2230
2424
  I
2231
- 6e
2425
+ 77
2232
2426
  I
2233
2427
  12
2234
2428
  x
@@ -2237,8 +2431,8 @@ x
2237
2431
  p
2238
2432
  0
2239
2433
  s
2240
- 33
2241
- support queries by bibtex element
2434
+ 40
2435
+ should support queries by bibtex element
2242
2436
  M
2243
2437
  1
2244
2438
  p
@@ -2369,19 +2563,19 @@ p
2369
2563
  I
2370
2564
  0
2371
2565
  I
2372
- 72
2566
+ 7b
2373
2567
  I
2374
2568
  f
2375
2569
  I
2376
- 7a
2570
+ 83
2377
2571
  I
2378
2572
  20
2379
2573
  I
2380
- 7b
2574
+ 84
2381
2575
  I
2382
2576
  2d
2383
2577
  I
2384
- 7c
2578
+ 85
2385
2579
  I
2386
2580
  3e
2387
2581
  x
@@ -2393,8 +2587,8 @@ x
2393
2587
  5
2394
2588
  entry
2395
2589
  s
2396
- 34
2397
- support query and additional block
2590
+ 41
2591
+ should support query and additional block
2398
2592
  M
2399
2593
  1
2400
2594
  p
@@ -2536,7 +2730,7 @@ p
2536
2730
  I
2537
2731
  0
2538
2732
  I
2539
- 80
2733
+ 89
2540
2734
  I
2541
2735
  25
2542
2736
  x
@@ -2561,7 +2755,7 @@ p
2561
2755
  I
2562
2756
  0
2563
2757
  I
2564
- 80
2758
+ 89
2565
2759
  I
2566
2760
  14
2567
2761
  x
@@ -2570,8 +2764,8 @@ x
2570
2764
  p
2571
2765
  0
2572
2766
  s
2573
- 41
2574
- support saving the bibliography to a file
2767
+ 48
2768
+ should support saving the bibliography to a file
2575
2769
  M
2576
2770
  1
2577
2771
  p
@@ -2702,8 +2896,8 @@ x
2702
2896
  7
2703
2897
  save_to
2704
2898
  x
2705
- 4
2706
- to_s
2899
+ 6
2900
+ length
2707
2901
  x
2708
2902
  6
2709
2903
  BibTeX
@@ -2719,19 +2913,19 @@ p
2719
2913
  I
2720
2914
  0
2721
2915
  I
2722
- 84
2916
+ 8d
2723
2917
  I
2724
2918
  21
2725
2919
  I
2726
- 85
2920
+ 8e
2727
2921
  I
2728
2922
  27
2729
2923
  I
2730
- 86
2924
+ 8f
2731
2925
  I
2732
2926
  32
2733
2927
  I
2734
- 87
2928
+ 90
2735
2929
  I
2736
2930
  4b
2737
2931
  x
@@ -2909,7 +3103,7 @@ p
2909
3103
  I
2910
3104
  -1
2911
3105
  I
2912
- 8d
3106
+ 96
2913
3107
  I
2914
3108
  13
2915
3109
  I
@@ -2932,11 +3126,11 @@ p
2932
3126
  I
2933
3127
  0
2934
3128
  I
2935
- 8c
3129
+ 95
2936
3130
  I
2937
3131
  6
2938
3132
  I
2939
- 8d
3133
+ 96
2940
3134
  I
2941
3135
  12
2942
3136
  x
@@ -2945,11 +3139,11 @@ x
2945
3139
  p
2946
3140
  0
2947
3141
  x
2948
- 5
2949
- setup
3142
+ 6
3143
+ before
2950
3144
  s
2951
- 29
2952
- support arbitrary conversions
3145
+ 36
3146
+ should support arbitrary conversions
2953
3147
  M
2954
3148
  1
2955
3149
  p
@@ -3032,11 +3226,11 @@ p
3032
3226
  I
3033
3227
  0
3034
3228
  I
3035
- 91
3229
+ 9a
3036
3230
  I
3037
3231
  8
3038
3232
  I
3039
- 92
3233
+ 9b
3040
3234
  I
3041
3235
  1b
3042
3236
  x
@@ -3045,11 +3239,11 @@ x
3045
3239
  p
3046
3240
  0
3047
3241
  x
3048
- 6
3049
- should
3242
+ 2
3243
+ it
3050
3244
  s
3051
- 41
3052
- support conditional arbitrary conversions
3245
+ 48
3246
+ should support conditional arbitrary conversions
3053
3247
  M
3054
3248
  1
3055
3249
  p
@@ -3143,7 +3337,7 @@ x
3143
3337
  16
3144
3338
  BibliographyTest
3145
3339
  i
3146
- 20
3340
+ 21
3147
3341
  57
3148
3342
  19
3149
3343
  0
@@ -3155,13 +3349,14 @@ i
3155
3349
  0
3156
3350
  7
3157
3351
  1
3352
+ 64
3158
3353
  83
3159
3354
  2
3160
3355
  10
3161
- 18
3356
+ 19
3162
3357
  2
3163
3358
  8
3164
- 19
3359
+ 20
3165
3360
  3
3166
3361
  11
3167
3362
  I
@@ -3178,7 +3373,7 @@ p
3178
3373
  x
3179
3374
  3
3180
3375
  key
3181
- x
3376
+ s
3182
3377
  5
3183
3378
  rails
3184
3379
  x
@@ -3189,9 +3384,9 @@ p
3189
3384
  I
3190
3385
  0
3191
3386
  I
3192
- 96
3387
+ 9f
3193
3388
  I
3194
- 14
3389
+ 15
3195
3390
  x
3196
3391
  66
3197
3392
  /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_bibliography.rb
@@ -3229,15 +3424,15 @@ p
3229
3424
  I
3230
3425
  0
3231
3426
  I
3232
- 96
3427
+ 9f
3233
3428
  I
3234
3429
  a
3235
3430
  I
3236
- 97
3431
+ a0
3237
3432
  I
3238
3433
  1d
3239
3434
  I
3240
- 98
3435
+ a1
3241
3436
  I
3242
3437
  30
3243
3438
  x
@@ -3250,15 +3445,15 @@ p
3250
3445
  I
3251
3446
  0
3252
3447
  I
3253
- 8b
3448
+ 94
3254
3449
  I
3255
3450
  8
3256
3451
  I
3257
- 90
3452
+ 99
3258
3453
  I
3259
3454
  13
3260
3455
  I
3261
- 95
3456
+ 9e
3262
3457
  I
3263
3458
  1e
3264
3459
  x
@@ -3267,93 +3462,769 @@ x
3267
3462
  p
3268
3463
  0
3269
3464
  x
3270
- 7
3271
- context
3465
+ 8
3466
+ describe
3467
+ s
3468
+ 15
3469
+ BibTeXML export
3470
+ M
3471
+ 1
3272
3472
  p
3273
- 31
3274
- I
3473
+ 2
3474
+ x
3475
+ 9
3476
+ for_block
3477
+ t
3478
+ n
3479
+ x
3480
+ 16
3481
+ BibliographyTest
3482
+ i
3483
+ 38
3484
+ 5
3485
+ 56
3275
3486
  0
3276
- I
3277
- 1f
3278
- I
3487
+ 47
3488
+ 50
3489
+ 1
3490
+ 0
3491
+ 15
3492
+ 5
3493
+ 56
3494
+ 2
3495
+ 47
3496
+ 50
3497
+ 3
3498
+ 0
3499
+ 15
3500
+ 5
3501
+ 7
3502
+ 4
3503
+ 64
3504
+ 56
3505
+ 5
3506
+ 47
3507
+ 50
3508
+ 6
3509
+ 1
3510
+ 15
3511
+ 5
3512
+ 7
3513
+ 7
3514
+ 64
3515
+ 56
3279
3516
  8
3517
+ 47
3518
+ 50
3519
+ 6
3520
+ 1
3521
+ 11
3280
3522
  I
3281
- 3c
3282
- I
3283
- 13
3284
- I
3285
- 40
3286
- I
3287
- 1e
3288
- I
3289
- 44
3290
- I
3291
- 29
3292
- I
3293
- 48
3294
- I
3295
- 34
3523
+ 4
3296
3524
  I
3297
- 4d
3525
+ 0
3298
3526
  I
3299
- 3f
3527
+ 0
3300
3528
  I
3301
- 53
3529
+ 0
3302
3530
  I
3303
- 4a
3531
+ -2
3532
+ p
3533
+ 9
3534
+ M
3535
+ 1
3536
+ p
3537
+ 2
3538
+ x
3539
+ 9
3540
+ for_block
3541
+ t
3542
+ n
3543
+ x
3544
+ 16
3545
+ BibliographyTest
3546
+ i
3547
+ 33
3548
+ 45
3549
+ 0
3550
+ 1
3551
+ 13
3552
+ 71
3553
+ 2
3554
+ 47
3555
+ 9
3556
+ 24
3557
+ 47
3558
+ 49
3559
+ 3
3560
+ 0
3561
+ 13
3562
+ 7
3563
+ 4
3564
+ 64
3565
+ 47
3566
+ 49
3567
+ 5
3568
+ 1
3569
+ 15
3570
+ 8
3571
+ 30
3572
+ 7
3573
+ 4
3574
+ 64
3575
+ 49
3576
+ 2
3577
+ 1
3578
+ 38
3579
+ 6
3580
+ 11
3304
3581
  I
3305
- 58
3582
+ 4
3306
3583
  I
3307
- 55
3584
+ 0
3308
3585
  I
3309
- 5e
3586
+ 0
3310
3587
  I
3311
- 60
3588
+ 0
3312
3589
  I
3313
- 68
3590
+ -2
3591
+ p
3592
+ 7
3593
+ x
3594
+ 8
3595
+ Tempfile
3596
+ n
3597
+ x
3598
+ 3
3599
+ new
3600
+ x
3601
+ 8
3602
+ allocate
3603
+ s
3604
+ 8
3605
+ bibtexml
3606
+ x
3607
+ 10
3608
+ initialize
3609
+ x
3610
+ 9
3611
+ @bibtexml
3612
+ p
3613
+ 3
3614
+ I
3615
+ 0
3616
+ I
3617
+ a7
3618
+ I
3619
+ 21
3620
+ x
3621
+ 66
3622
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_bibliography.rb
3623
+ p
3624
+ 0
3625
+ x
3626
+ 6
3627
+ before
3628
+ M
3629
+ 1
3630
+ p
3631
+ 2
3632
+ x
3633
+ 9
3634
+ for_block
3635
+ t
3636
+ n
3637
+ x
3638
+ 16
3639
+ BibliographyTest
3640
+ i
3641
+ 6
3642
+ 39
3643
+ 0
3644
+ 49
3645
+ 1
3646
+ 0
3647
+ 11
3648
+ I
3649
+ 2
3650
+ I
3651
+ 0
3652
+ I
3653
+ 0
3654
+ I
3655
+ 0
3656
+ I
3657
+ -2
3658
+ p
3659
+ 2
3660
+ x
3661
+ 9
3662
+ @bibtexml
3663
+ x
3664
+ 6
3665
+ unlink
3666
+ p
3667
+ 3
3668
+ I
3669
+ 0
3670
+ I
3671
+ a8
3672
+ I
3673
+ 6
3674
+ x
3675
+ 66
3676
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_bibliography.rb
3677
+ p
3678
+ 0
3679
+ x
3680
+ 5
3681
+ after
3682
+ s
3683
+ 36
3684
+ should support exporting to BibTeXML
3685
+ M
3686
+ 1
3687
+ p
3688
+ 2
3689
+ x
3690
+ 9
3691
+ for_block
3692
+ t
3693
+ n
3694
+ x
3695
+ 16
3696
+ BibliographyTest
3697
+ i
3698
+ 83
3699
+ 39
3700
+ 0
3701
+ 49
3702
+ 1
3703
+ 0
3704
+ 39
3705
+ 2
3706
+ 80
3707
+ 49
3708
+ 3
3709
+ 2
3710
+ 15
3711
+ 39
3712
+ 2
3713
+ 49
3714
+ 4
3715
+ 0
3716
+ 15
3717
+ 45
3718
+ 5
3719
+ 6
3720
+ 43
3721
+ 7
3722
+ 13
3723
+ 71
3724
+ 8
3725
+ 47
3726
+ 9
3727
+ 43
3728
+ 47
3729
+ 49
3730
+ 9
3731
+ 0
3732
+ 13
3733
+ 39
3734
+ 2
3735
+ 47
3736
+ 49
3737
+ 10
3738
+ 1
3739
+ 15
3740
+ 8
3741
+ 48
3742
+ 39
3743
+ 2
3744
+ 49
3745
+ 8
3746
+ 1
3747
+ 19
3748
+ 0
3749
+ 15
3750
+ 20
3751
+ 0
3752
+ 49
3753
+ 11
3754
+ 0
3755
+ 49
3756
+ 12
3757
+ 0
3758
+ 7
3759
+ 13
3760
+ 7
3761
+ 14
3762
+ 64
3763
+ 49
3764
+ 15
3765
+ 2
3766
+ 15
3767
+ 20
3768
+ 0
3769
+ 49
3770
+ 11
3771
+ 0
3772
+ 7
3773
+ 16
3774
+ 64
3775
+ 49
3776
+ 17
3777
+ 1
3778
+ 49
3779
+ 18
3780
+ 0
3781
+ 11
3782
+ I
3783
+ 5
3784
+ I
3785
+ 1
3786
+ I
3787
+ 0
3788
+ I
3789
+ 0
3790
+ I
3791
+ -2
3792
+ p
3793
+ 19
3794
+ x
3795
+ 4
3796
+ @bib
3797
+ x
3798
+ 6
3799
+ to_xml
3800
+ x
3801
+ 9
3802
+ @bibtexml
3803
+ x
3804
+ 5
3805
+ write
3806
+ x
3807
+ 6
3808
+ rewind
3809
+ x
3810
+ 5
3811
+ REXML
3812
+ n
3813
+ x
3814
+ 8
3815
+ Document
3816
+ x
3817
+ 3
3818
+ new
3819
+ x
3820
+ 8
3821
+ allocate
3822
+ x
3823
+ 10
3824
+ initialize
3825
+ x
3826
+ 4
3827
+ root
3828
+ x
3829
+ 9
3830
+ namespace
3831
+ x
3832
+ 2
3833
+ ==
3834
+ s
3835
+ 23
3836
+ http://bibtexml.sf.net/
3837
+ x
3838
+ 7
3839
+ must_be
3840
+ s
3841
+ 14
3842
+ //bibtex:entry
3843
+ x
3844
+ 12
3845
+ get_elements
3846
+ x
3847
+ 13
3848
+ wont_be_empty
3849
+ p
3850
+ 11
3851
+ I
3852
+ 0
3853
+ I
3854
+ ab
3855
+ I
3856
+ c
3857
+ I
3858
+ ac
3859
+ I
3860
+ 12
3861
+ I
3862
+ ad
3863
+ I
3864
+ 33
3865
+ I
3866
+ ae
3867
+ I
3868
+ 44
3869
+ I
3870
+ af
3871
+ I
3872
+ 53
3873
+ x
3874
+ 66
3875
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_bibliography.rb
3876
+ p
3877
+ 1
3878
+ x
3879
+ 3
3880
+ xml
3881
+ x
3882
+ 2
3883
+ it
3884
+ s
3885
+ 45
3886
+ should support exporting to extended BibTeXML
3887
+ M
3888
+ 1
3889
+ p
3890
+ 2
3891
+ x
3892
+ 9
3893
+ for_block
3894
+ t
3895
+ n
3896
+ x
3897
+ 16
3898
+ BibliographyTest
3899
+ i
3900
+ 98
3901
+ 39
3902
+ 0
3903
+ 44
3904
+ 43
3905
+ 1
3906
+ 79
3907
+ 49
3908
+ 2
3909
+ 1
3910
+ 13
3911
+ 7
3912
+ 3
3913
+ 2
3914
+ 49
3915
+ 4
3916
+ 2
3917
+ 15
3918
+ 49
3919
+ 5
3920
+ 1
3921
+ 39
3922
+ 6
3923
+ 80
3924
+ 49
3925
+ 7
3926
+ 2
3927
+ 15
3928
+ 39
3929
+ 6
3930
+ 49
3931
+ 8
3932
+ 0
3933
+ 15
3934
+ 45
3935
+ 9
3936
+ 10
3937
+ 43
3938
+ 11
3939
+ 13
3940
+ 71
3941
+ 12
3942
+ 47
3943
+ 9
3944
+ 58
3945
+ 47
3946
+ 49
3947
+ 13
3948
+ 0
3949
+ 13
3950
+ 39
3951
+ 6
3952
+ 47
3953
+ 49
3954
+ 14
3955
+ 1
3956
+ 15
3957
+ 8
3958
+ 63
3959
+ 39
3960
+ 6
3961
+ 49
3962
+ 12
3963
+ 1
3964
+ 19
3965
+ 0
3966
+ 15
3967
+ 20
3968
+ 0
3969
+ 49
3970
+ 15
3971
+ 0
3972
+ 49
3973
+ 16
3974
+ 0
3975
+ 7
3976
+ 17
3977
+ 7
3978
+ 18
3979
+ 64
3980
+ 49
3981
+ 19
3982
+ 2
3983
+ 15
3984
+ 20
3985
+ 0
3986
+ 49
3987
+ 15
3988
+ 0
3989
+ 7
3990
+ 20
3991
+ 64
3992
+ 49
3993
+ 21
3994
+ 1
3995
+ 49
3996
+ 22
3997
+ 0
3998
+ 11
3999
+ I
4000
+ 7
4001
+ I
4002
+ 1
4003
+ I
4004
+ 0
4005
+ I
4006
+ 0
4007
+ I
4008
+ -2
4009
+ p
4010
+ 23
4011
+ x
4012
+ 4
4013
+ @bib
4014
+ x
4015
+ 4
4016
+ Hash
4017
+ x
4018
+ 16
4019
+ new_from_literal
4020
+ x
4021
+ 8
4022
+ extended
4023
+ x
4024
+ 3
4025
+ []=
4026
+ x
4027
+ 6
4028
+ to_xml
4029
+ x
4030
+ 9
4031
+ @bibtexml
4032
+ x
4033
+ 5
4034
+ write
4035
+ x
4036
+ 6
4037
+ rewind
4038
+ x
4039
+ 5
4040
+ REXML
4041
+ n
4042
+ x
4043
+ 8
4044
+ Document
4045
+ x
4046
+ 3
4047
+ new
4048
+ x
4049
+ 8
4050
+ allocate
4051
+ x
4052
+ 10
4053
+ initialize
4054
+ x
4055
+ 4
4056
+ root
4057
+ x
4058
+ 9
4059
+ namespace
4060
+ x
4061
+ 2
4062
+ ==
4063
+ s
4064
+ 23
4065
+ http://bibtexml.sf.net/
4066
+ x
4067
+ 7
4068
+ must_be
4069
+ s
4070
+ 15
4071
+ //bibtex:person
4072
+ x
4073
+ 12
4074
+ get_elements
4075
+ x
4076
+ 13
4077
+ wont_be_empty
4078
+ p
4079
+ 11
4080
+ I
4081
+ 0
4082
+ I
4083
+ b3
4084
+ I
4085
+ 1b
4086
+ I
4087
+ b4
4088
+ I
4089
+ 21
4090
+ I
4091
+ b5
4092
+ I
4093
+ 42
4094
+ I
4095
+ b6
4096
+ I
4097
+ 53
4098
+ I
4099
+ b7
4100
+ I
4101
+ 62
4102
+ x
4103
+ 66
4104
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_bibliography.rb
4105
+ p
4106
+ 1
4107
+ x
4108
+ 3
4109
+ xml
4110
+ p
4111
+ 9
4112
+ I
4113
+ 0
4114
+ I
4115
+ a7
4116
+ I
4117
+ 8
4118
+ I
4119
+ a8
4120
+ I
4121
+ 10
4122
+ I
4123
+ aa
4124
+ I
4125
+ 1b
4126
+ I
4127
+ b2
4128
+ I
4129
+ 26
4130
+ x
4131
+ 66
4132
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_bibliography.rb
4133
+ p
4134
+ 0
4135
+ p
4136
+ 33
4137
+ I
4138
+ 0
4139
+ I
4140
+ 28
4141
+ I
4142
+ 8
4143
+ I
4144
+ 45
4145
+ I
4146
+ 13
4147
+ I
4148
+ 49
4149
+ I
4150
+ 1e
4151
+ I
4152
+ 4d
4153
+ I
4154
+ 29
4155
+ I
4156
+ 51
4157
+ I
4158
+ 34
4159
+ I
4160
+ 56
4161
+ I
4162
+ 3f
4163
+ I
4164
+ 5c
4165
+ I
4166
+ 4a
4167
+ I
4168
+ 61
4169
+ I
4170
+ 55
4171
+ I
4172
+ 67
4173
+ I
4174
+ 60
4175
+ I
4176
+ 71
3314
4177
  I
3315
4178
  6b
3316
4179
  I
3317
- 6d
4180
+ 76
3318
4181
  I
3319
4182
  76
3320
4183
  I
3321
- 71
4184
+ 7a
3322
4185
  I
3323
4186
  81
3324
4187
  I
3325
- 7f
4188
+ 88
3326
4189
  I
3327
4190
  8c
3328
4191
  I
3329
- 83
4192
+ 8c
3330
4193
  I
3331
4194
  97
3332
4195
  I
3333
- 8a
4196
+ 93
3334
4197
  I
3335
4198
  a2
4199
+ I
4200
+ a6
4201
+ I
4202
+ ad
3336
4203
  x
3337
4204
  66
3338
4205
  /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_bibliography.rb
3339
4206
  p
3340
4207
  0
3341
4208
  p
3342
- 7
4209
+ 9
3343
4210
  I
3344
4211
  2
3345
4212
  I
3346
- 7
4213
+ 9
3347
4214
  I
3348
4215
  d
3349
4216
  I
3350
- 10
4217
+ 12
3351
4218
  I
3352
4219
  18
3353
4220
  I
3354
- 1e
4221
+ 21
3355
4222
  I
3356
4223
  23
4224
+ I
4225
+ 27
4226
+ I
4227
+ 2e
3357
4228
  x
3358
4229
  66
3359
4230
  /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_bibliography.rb
@@ -3367,7 +4238,7 @@ p
3367
4238
  I
3368
4239
  2
3369
4240
  I
3370
- 5
4241
+ 7
3371
4242
  I
3372
4243
  21
3373
4244
  x
@@ -3383,11 +4254,11 @@ p
3383
4254
  I
3384
4255
  0
3385
4256
  I
3386
- 1
4257
+ 3
3387
4258
  I
3388
4259
  9
3389
4260
  I
3390
- 3
4261
+ 5
3391
4262
  I
3392
4263
  25
3393
4264
  x