Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / tests / test / talign1.pp
Size: Mime:
{ This verifies if the resource string table
  is correctly aligned, normally the assembler
  should be verified manually.
}
unit talign1;

{$mode objfpc}

interface

resourcestring
  First = 'This is is a small test of a unit for resource strings';
  Second = 'This is also a small test';

implementation

end.