/[suikacvs]/markup/html/whatpm/t/css-token-1.test
Suika

Log of /markup/html/whatpm/t/css-token-1.test

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Sep 30 12:03:10 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +35 -19 lines
Diff to previous 1.10
++ whatpm/t/ChangeLog	30 Sep 2007 12:02:22 -0000
	* css-token-1.dat: Test results for |\\{nl}| were incorrect.

2007-09-30  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/CSS/ChangeLog	30 Sep 2007 12:02:57 -0000
2007-09-30  Wakaba  <wakaba@suika.fam.cx>

	* Tokenizer.pm: |\\{nl}| incorrectly appended |{nl}| to
	the string value of the token.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 17:43:41 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.9: +380 -56 lines
Diff to previous 1.9
++ whatpm/t/ChangeLog	8 Sep 2007 17:43:26 -0000
	* css-token-1.test: Test cases for remaining CSS tokens
	are added.

2007-09-09  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/CSS/ChangeLog	8 Sep 2007 17:43:04 -0000
	* Tokenizer.pm: Delimiters frequently used in CSS
	now have different |type|s than |DELIM_TOKEN|.

2007-09-09  Wakaba  <wakaba@suika.fam.cx>


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 16:43:52 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.8: +165 -1 lines
Diff to previous 1.8
++ whatpm/t/ChangeLog	8 Sep 2007 16:43:37 -0000
	* css-token-1.test: Test cases for one-char tokens, |COMMENT|,
	and |COMMENT_INVALID| are added.

2007-09-09  Wakaba  <wakaba@suika.fam.cx>


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 15:43:12 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.7: +243 -1 lines
Diff to previous 1.7
++ whatpm/t/ChangeLog	8 Sep 2007 15:43:05 -0000
2007-09-09  Wakaba  <wakaba@suika.fam.cx>

	* css-token-1.test: |URI_PREFIX|, |UNICODE_RANGE|, |CDO|,
	and |CDC| test cases are added.

++ whatpm/Whatpm/CSS/ChangeLog	8 Sep 2007 15:42:41 -0000
2007-09-09  Wakaba  <wakaba@suika.fam.cx>

	* Tokenizer.pm: |UNICODE_RANGE| token's |value| no longer
	includes |U+| prefix.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 15:20:43 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.6: +618 -2 lines
Diff to previous 1.6
++ whatpm/t/ChangeLog	8 Sep 2007 15:19:38 -0000
	* css-token-1.test: |URI| and |INVALID| test
	cases are added.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/CSS/ChangeLog	8 Sep 2007 15:19:19 -0000
	* Tokenizer.pm: |URI| bugs are fixed.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 13:43:58 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.5: +258 -2 lines
Diff to previous 1.5
++ whatpm/t/ChangeLog	8 Sep 2007 13:43:45 -0000
	* css-token-1.test: |NUMBER| and |DIMENSION| test
	cases are added.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/CSS/ChangeLog	8 Sep 2007 13:43:27 -0000
	* Tokenizer.pm: |DIMENSION| and |NUMBER| related
	bugs are fixed.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 11:44:32 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.4: +177 -1 lines
Diff to previous 1.4
++ whatpm/t/ChangeLog	8 Sep 2007 11:44:24 -0000
	* css-token-1.test: |HASH| and |NUMBER|
	test cases are added.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/CSS/ChangeLog	8 Sep 2007 11:44:00 -0000
	* Tokenizer.pm: |NUMBER|-related bugs are fixed.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 11:16:13 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.3: +77 -1 lines
Diff to previous 1.3
*** empty log message ***


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 11:09:41 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.2: +269 -1 lines
Diff to previous 1.2
++ whatpm/t/ChangeLog	8 Sep 2007 11:09:23 -0000
	* css-token-1.test: |STRING| and |INVALID|
	test cases are added.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/CSS/ChangeLog	8 Sep 2007 11:09:40 -0000
	* Tokenizer.pm: |STRING|-related bugs are fixed.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 10:21:04 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.1: +257 -1 lines
Diff to previous 1.1
++ whatpm/t/ChangeLog	8 Sep 2007 10:20:46 -0000
	* css-token-1.test: New tests are added.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/CSS/ChangeLog	8 Sep 2007 10:20:33 -0000
	* Tokenizer.pm: Bug fixes.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 05:57:05 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
++ whatpm/t/ChangeLog	8 Sep 2007 05:56:49 -0000
2007-09-08  Wakaba  <wakaba@suika.fam.cx>

	* css-token-1.test, CSS-Tokenizer.t: New files.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24