Install the OpenSSL on Debian based systems
sudo apt-get install openssl
import { describe, test } from '@jest/globals'; | |
import { SchemaMatcher } from '../__testUtils__/zod/SchemaMatcher.js'; | |
import { ChecksumSchema } from '../../src/checksum/Checksum.js'; | |
import { HashAlgorithmType } from '../../src/checksum/algorithms/HashAlgorithmInterface.js'; | |
import { ZodError } from 'zod'; | |
describe('ChecksumSchema', () => { | |
const expectSchema = new SchemaMatcher(ChecksumSchema); | |
test(`Schema (valid)`, async () => { |
openapi: 3.0.3 | |
info: | |
title: Rule Engine API | |
version: 2.0.2 | |
description: The Rule Engine (Validation) API for the NLdoc Publicatietool. | |
contact: | |
name: Toegang voor Iedereen | |
url: https://www.toegangvooriedereen.nl/ | |
license: | |
name: European Union Public License 1.2 |
Copyright (c) 2012 Robert Beekman | |
MIT License | |
Permission is hereby granted, free of charge, to any person obtaining | |
a copy of this software and associated documentation files (the | |
"Software"), to deal in the Software without restriction, including | |
without limitation the rights to use, copy, modify, merge, publish, | |
distribute, sublicense, and/or sell copies of the Software, and to | |
permit persons to whom the Software is furnished to do so, subject to |
<?php | |
use Illuminate\Database\Seeder; | |
class DatabaseSeeder extends Seeder | |
{ | |
/** | |
* Run the database seeds. | |
* | |
* @return void |
" <plugins> | |
call plug#begin('~/.vim/plugged') | |
Plug 'scrooloose/syntastic' | |
Plug 'rstacruz/sparkup' | |
Plug 'junegunn/vim-easy-align' | |
Plug 'kien/ctrlp.vim' | |
Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets' | |
Plug 'ervandew/supertab' | |
Plug 'Valloric/MatchTagAlways' | |
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' } |
# Maintainer: alex-no1 <sanja dot msg at gmx dot de> | |
# Contributor: alex-no1 <sanja dot msg at gmx dot de> | |
# Fix by: Stephan Meijer <me at stephanmeijer dot com> | |
pkgname=eclipse-indigo | |
_realname=eclipse | |
pkgver=3.7.2 | |
_internal_pkgver=3.7.2 | |
pkgrel=3 | |
_date=201202080800 |