SourceForge.net

Search

Index of /trunk/tests

Files shown:124
Directory revision: 1043 (of 1093)
Sticky Revision:


File Rev. Age Author Last log entry
 Parent Directory        
ok_different_image_same_filename_dir1/  993  2 months  kambi  * Fixed @include tag directory resolving, by CombinePaths, just like previous co...
ok_different_image_same_filename_dir2/  993  2 months  kambi  * Fixed @include tag directory resolving, by CombinePaths, just like previous co...
scripts/  1003  2 months  kambi  * finishing previous commit: forgot to actually add validate_simplexml.sh script...
test_subdir/  939  2 years  kambi  + Tokenizer has StreamPath property, this way $include directive may be resolved...
todo/  992  2 months  kambi  * Fixed @image tag directory resolving: it should be done vs unit's directory (n...
Makefile  1002  2 months  kambi  * simplexml fix: <constant>, <variable> and <type> were prematurely closed * sim...
README  1002  2 months  kambi  * simplexml fix: <constant>, <variable> and <type> were prematurely closed * sim...
error_back_comments.pas  1043  4 weeks  drdiettrich  Bad back-comment handling.
error_expected_semicolon.pas  792  2 years  kambi  * TParser.ParseEnum checks for ";" at the end
error_introduction_twice_anchors.txt  609  3 years  kambi  * Apply Richard B Winston patch for @section and @anchor tags, with many modific...
error_introduction_twice_anchors_unit.pas  609  3 years  kambi  * Apply Richard B Winston patch for @section and @anchor tags, with many modific...
error_line_number.pas  285  3 years  kambi  * tests/ directory started: README, skeleton Makefile (will be finished tomorrow...
error_line_number_2.pas  916  2 years  kambi  * Fixed bad line numbers in error messages -- lines with "//" comments were not ...
error_line_number_3.pas  934  2 years  kambi  * Fixed bug in tokenizer that caused constructs like '({$ifdef xxx' and '('#10 t...
error_macros.pas  754  2 years  kambi  + Macro expanding implemented * Some cleanups to TScanner.GetToken * Better mess...
error_macros_recursive.pas  754  2 years  kambi  + Macro expanding implemented * Some cleanups to TScanner.GetToken * Better mess...
error_unexpected_eof.pas  778  2 years  kambi  * More cleanups and simplifications to parser and scanner: * Parser.ParseUnit ...
error_unexpected_eof_2.pas  778  2 years  kambi  * More cleanups and simplifications to parser and scanner: * Parser.ParseUnit ...
ok_abstract_sealed.pas  935  2 years  kambi  * Patch from Richard B Winston to handle "class sealed" and "class abstract" con...
ok_auto_abstract.pas  474  3 years  kambi  * Fixed bug with --auto-abstract, trimming of ExpandDescription was breaking val...
ok_auto_link.pas  830  2 years  kambi  + @noAutoLinkHere tag implemented, test tests/ok_auto_link.pas improved
ok_back_comment.pas  818  2 years  kambi  * Implementation of back-comments finished: * ParseCDFP gets InitItemsForNextB...
ok_back_comment_class.pas  959  21 months  kambi  * Fixed error message when some units were parsed but they are @excluded * Allow...
ok_back_comment_private.pas  958  21 months  kambi  * Fixed "[ 1596563 ] back-comments for private items assigned wrong"
ok_bold_italic.pas  714  3 years  kambi  + @bold and @italic tags, along with their testcase in tests/ok_bold_italic.pas
ok_caret_character.pas  867  2 years  kambi  * Fixed issue "[ 1358911 ] Invalid character in input stream"
ok_cdecl_external.pas  370  3 years  kambi  * Fixed comments in test
ok_class_function.pas  533  3 years  kambi  * Fixed handling of class methods (broken by me in revision 1.59 of PasDoc_Parse...
ok_class_var.pas  933  2 years  kambi  * Richard B Winston patch to fix [ 1489442 ] (parsing "class var") + testcase te...
ok_comment_over_uses_clause.pas  965  21 months  kambi  * Fixed strange comment assignment "over" the uses clause (mentioned in comments...
ok_complicated_record.pas  518  3 years  kambi  * Changed line ending to unix-like, to be consistent (and avoid some problems wi...
ok_conclusion.txt  509  3 years  kambi  * Test tests/ok_introduction_conclusion.pas for --introduction and --conclusion ...
ok_const_1st_comment_missing.pas  422  3 years  kambi  * Testing improved, now you can test some units with special pasdoc's command-li...
ok_dashes.pas  723  3 years  kambi  * Support for different dashes: ShortDash, EnDash, EmDash, test of it in ok_dash...
ok_deprecated_tag.pas  399  3 years  kambi  * Test for class properties
ok_description_test.pas  881  2 years  kambi  * All comments from external files are appended (delimited by paragraph) to comm...
ok_description_test.txt  881  2 years  kambi  * All comments from external files are appended (delimited by paragraph) to comm...
ok_directive_as_identifier.pas  285  3 years  kambi  * tests/ directory started: README, skeleton Makefile (will be finished tomorrow...
ok_dispid_method.pas  917  2 years  kambi  * Fixed definition of "dispid" directive in tokenizer * Parser understands dispi...
ok_dot_unitname.pas  975  18 months  kambi  * renamed test warning_dot_in_unitname.pas to ok_dot_unitname.pas, and changed i...
ok_enum_explicit_assign.pas  871  2 years  kambi  * Patch from Mark de Wever to handle enumerations with an assigned value using "...
ok_enum_explicit_values.pas  875  2 years  kambi  * Parsing enum values implementation improved, parsing of explicitly assigned en...
ok_enum_field_var.pas  943  23 months  kambi  * Patch from Richard B. Winston to fix "[ 1553983 ] Interface and enumerated typ...
ok_enumeration_auto_abstract.pas  1001  2 months  kambi  * Fixed writing enum values: when --auto-abstract was on (or you used @abstract ...
ok_excluded_unit.pas  959  21 months  kambi  * Fixed error message when some units were parsed but they are @excluded * Allow...
ok_expanding_descriptions.pas  723  3 years  kambi  * Support for different dashes: ShortDash, EnDash, EmDash, test of it in ok_dash...
ok_hint_directives.pas  746  2 years  kambi  * Comment uses @xxxList tags, to be clearer
ok_if_directive.pas  873  2 years  kambi  * $if and and $ifend handled * various improvements to scanner implementation (D...
ok_image.pas  926  2 years  kambi  * @image tag handling changed, to get "Specifying multiple image formats" featur...
ok_image_picture.eps  926  2 years  kambi  * @image tag handling changed, to get "Specifying multiple image formats" featur...
ok_image_picture.jpg  922  2 years  kambi  + @image tag with tests
ok_image_picture.pdf  926  2 years  kambi  * @image tag handling changed, to get "Specifying multiple image formats" featur...
ok_implicit_visibility.pas  707  3 years  kambi  + --implicit-visibility command-line option, new visibility kind "implicit" + ok...
ok_include.pas  925  2 years  kambi  + @include tag
ok_include_1.txt  925  2 years  kambi  + @include tag
ok_include_2.txt  925  2 years  kambi  + @include tag
ok_include_environment.pas  874  2 years  kambi  * FPC's feature "$I or $INCLUDE : Include compiler info" is handled now * ok_inc...
ok_include_intro.txt  925  2 years  kambi  + @include tag
ok_include_intro_include.txt  925  2 years  kambi  + @include tag
ok_include_quoted.inc  938  2 years  kambi  * Fixed bug with writing file name in apostrophes for $I, like {$I 'ok_include_q...
ok_include_quoted.pas  938  2 years  kambi  * Fixed bug with writing file name in apostrophes for $I, like {$I 'ok_include_q...
ok_interface_implicit.pas  969  20 months  kambi  * Default visibility of everything besides a class should be "public" (not using...
ok_introduction.txt  723  3 years  kambi  * Support for different dashes: ShortDash, EnDash, EmDash, test of it in ok_dash...
ok_introduction_conclusion.pas  609  3 years  kambi  * Apply Richard B Winston patch for @section and @anchor tags, with many modific...
ok_introduction_pre_link.txt  828  2 years  kambi  * ok_introduction_pre_link.txt and ok_introduction_pre_link_unit.pas moved from ...
ok_introduction_pre_link_unit.pas  828  2 years  kambi  * ok_introduction_pre_link.txt and ok_introduction_pre_link_unit.pas moved from ...
ok_item_set_number.pas  759  2 years  kambi  + @itemSetNumber tag
ok_latex_head.pas  564  3 years  kambi  + Test of --latex-head
ok_latex_head.tex  564  3 years  kambi  + Test of --latex-head
ok_library.dpr  936  2 years  kambi  Patch from Richard B. Winston (the non-Lazarus part of the patch): * Two new vis...
ok_line_break.pas  372  3 years  kambi  + @br tag implementation and test in tests/ok_line_break.pas
ok_link_1_char.pas  422  3 years  kambi  * Testing improved, now you can test some units with special pasdoc's command-li...
ok_link_class_unit_level.pas  317  3 years  kambi  * FindName from TPasCio looks first inside the class, then calls inherited + tes...
ok_link_explicite_name.pas  418  3 years  kambi  * Test for explicit name to @link tag
ok_links.pas  359  3 years  kambi  * TPasItem.FindName interface and implementation clarified * TDocGenerator.FindG...
ok_links_2.pas  359  3 years  kambi  * TPasItem.FindName interface and implementation clarified * TDocGenerator.FindG...
ok_list_item_set_number.pas  940  2 years  kambi  * Fixed "[ 1533017 ] Range check error" and a little more: TListItemData.Index...
ok_lists.pas  741  2 years  kambi  + itemSpacing tag
ok_longcode_comment.pas  584  3 years  kambi  * Fixed bug in TTexDocGenerator.FormatPascalCode, see tests/ok_longcode_comment....
ok_longcode_dash.pas  595  3 years  kambi  * Path from Richard B Winston to PasDoc_Gen to fix bug tests/ok_longcode_dash.pa...
ok_longcode_end_semicolon.pas  989  7 months  kambi  * Fixed @longCode: it could eat semicolon when it was the exactly last character...
ok_longcode_float_hex.pas  630  3 years  kambi  * Patch from Ascanio Pressato to add FormatFloat to TDocGenerator * Changed defa...
ok_longcode_highlight.pas  918  2 years  kambi  * Let @longCode highlight also standard directives. This means that @longCode ...
ok_longcode_special_chars.pas  601  3 years  kambi  * @longcode in GenHtml processes with ConvertString in proper places + tests/ok_...
ok_longcode_underscores.pas  583  3 years  kambi  * Fixed bug in TDocGenerator.FormatPascalCode, see test tests/ok_longcode_unders...
ok_macro_include.inc  754  2 years  kambi  + Macro expanding implemented * Some cleanups to TScanner.GetToken * Better mess...
ok_macros.pas  754  2 years  kambi  + Macro expanding implemented * Some cleanups to TScanner.GetToken * Better mess...
ok_macros_off.pas  755  2 years  kambi  + --no-macro command-line option implemented, test of this option added as tests...
ok_multiple_fields.pas  814  2 years  kambi  * Fixed bug "[ 1090039 ] multiples Fields in multiple lines", see also [http://p...
ok_multiple_vars.pas  522  3 years  kambi  * Test improved
ok_no_sort.pas  493  3 years  kambi  * Cleaned sorting: comfortable and flexible methods TPasItems.SortDeep, SortShal...
ok_nodescription_printing.pas  285  3 years  kambi  * tests/ directory started: README, skeleton Makefile (will be finished tomorrow...
ok_non_matching_paren.pas  919  2 years  kambi  + @( and @) construct
ok_not_defined_omit.pas  934  2 years  kambi  * Fixed bug in tokenizer that caused constructs like '({$ifdef xxx' and '('#10 t...
ok_operator_test.pas  915  2 years  kambi  * "operator" is a standard directive, not a keyword, this fixes "[ 1398497 ] Par...
ok_paragraph_in_single_line_comment.pas  347  3 years  kambi  * fixed comment
ok_param_raises_returns_proctype.pas  521  3 years  kambi  * Test improved
ok_preformatted_test.pas  719  3 years  kambi  + @preformatted tag from Ascanio Pressato, and a testcase of it * Updated Italia...
ok_program.pas  882  2 years  kambi  * Parsing of program files, based on patch from Mark de Wever, modified by Micha...
ok_property_decl.pas  510  3 years  kambi  * Fixed bug [ 1209143 ] "Missing line in TParser.ParseProperty" as suggested by ...
ok_record_case_parsing.pas  811  2 years  kambi  * Core part of ParseRecordCase completely reimplemented, old messy impl removed ...
ok_record_with_case.pas  811  2 years  kambi  * Core part of ParseRecordCase completely reimplemented, old messy impl removed ...
ok_see_also.pas  700  3 years  kambi  * Small fixes for consistency: unix line endings, "end." at the end
ok_sorting.pas  723  3 years  kambi  * Support for different dashes: ShortDash, EnDash, EmDash, test of it in ok_dash...
ok_static_member.pas  936  2 years  kambi  Patch from Richard B. Winston (the non-Lazarus part of the patch): * Two new vis...
ok_strict_visibilities.pas  936  2 years  kambi  Patch from Richard B. Winston (the non-Lazarus part of the patch): * Two new vis...
ok_table.pas  743  2 years  kambi  + @table, @row, @rowHead, @cell tags: + TRowData and TTableData carry info for...
ok_table_nonlatex.pas  743  2 years  kambi  + @table, @row, @rowHead, @cell tags: + TRowData and TTableData carry info for...
ok_table_of_contents.txt  833  2 years  kambi  + @tableOfContents tag, handled for HTML output, tests in tests/ok_table_of_cont...
ok_table_of_contents_unit.pas  833  2 years  kambi  + @tableOfContents tag, handled for HTML output, tests in tests/ok_table_of_cont...
ok_tag_name_case.pas  427  3 years  kambi  + test added
ok_tag_params_no_parens.pas  366  3 years  kambi  * Now you don't have to enclose tag parameters in parens. See http://pasdoc.si...
ok_unit_uses_filename.pas  868  2 years  kambi  * Fixed issue "[ 1358899 ] Parser does not recognize unit path definitions"
ok_value_member_tags.pas  411  3 years  kambi  * Test @returns, @param inside @member for a method
ok_weird_record.dpr  936  2 years  kambi  Patch from Richard B. Winston (the non-Lazarus part of the patch): * Two new vis...
test_description.txt  993  2 months  kambi  * Fixed @include tag directory resolving, by CombinePaths, just like previous co...
warning_abstract_termination.pas  316  3 years  kambi  * Fixed unit name (to make things clearer in pasdoc's warning messages)
warning_abstract_twice.pas  319  3 years  kambi  + tests/scripts/download/upload_correct_tests_output.sh + comments about using t...
warning_back_comment.pas  820  2 years  kambi  * Test unitname fixed more
warning_back_comment_over_uses_clause.pas  965  21 months  kambi  * Fixed strange comment assignment "over" the uses clause (mentioned in comments...
warning_desc_end.pas  990  6 months  kambi  * Fixed the case when description ends with "@tag(", was range check error, shou...
warning_incorrect_tag_nesting.pas  823  2 years  kambi  * toFirstWordVerbatim flag needed for some tags. Otherwise their first word may ...
warning_inherited_test.pas  718  3 years  kambi  + @inheritedClass tag * implementation of @inherited rewritten, now it's much cl...
warning_link_in_seealso.pas  862  2 years  kambi  * Fix: when SearchLink fails, FoundItem must be always set to nil. Testcase te...
warning_lists.pas  741  2 years  kambi  + itemSpacing tag
warning_not_existing_tags.pas  285  3 years  kambi  * tests/ directory started: README, skeleton Makefile (will be finished tomorrow...
warning_table.pas  743  2 years  kambi  + @table, @row, @rowHead, @cell tags: + TRowData and TTableData carry info for...
warning_tags_no_parameters.pas  285  3 years  kambi  * tests/ directory started: README, skeleton Makefile (will be finished tomorrow...
warning_value_member_tags.pas  404  3 years  kambi  + tests for @value and @member tags

Download GNU tarball


Powered by ViewVC 1.0.5 ViewVC Help